O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Sometimes, when using R, you want to calculate basic statistics: mean, median, standard deviation, variance, correlation, or covariance. The following excerpt from the O'Reilly publication 25 Reci...
An extremely important thing to note before you start developing a website is to know what browsers your target audience would be using. You would not want your site to fail due to some cross-browser ...
There are many ways to grab external data in R. This excerpt from Joseph Adler's R in a Nutshell will show you just how versatile R can be when it comes to gathering data.
One of the nicest thing...
If you're eager to learn more about R and want a taste of what it's like, here's an introduction to the basic operations in R from Joseph Adler's R in a Nutshell.
Let’s get started using R....
Beyond the standard implementation there are other ways to run R. This excerpt from Joseph Adler's R in a Nutshell lists some of the more popular open source projects implementing R.
There are se...
Excel can be a safe comfort zone for some users, but sometimes you need access to more robust tools like R. Thankfully there's RExcel to bridge the gap. In this excerpt from Joseph Adler's R in a N...
This excerpt from Joseph Adler's R in a Nutshell introduces the R console. If you use R, you'll spend most of your time interacting with the console.
The R console is the most important tool for usin...
The following excerpt from Joseph Adler's R in a Nutshell introduces the R Graphical User Interface. This is helpful if you would like to know what the R GUI looks like on other operating systems.
...
As a kid, I did not like math until I figured out it was related to sports. As I grew older, I realized that stats were not only related, but closely intertwined - and this was long before MoneyBall. ...
The R programming language and environment has gained a lot of attention lately for its ability to perform complicated analysis and visualization without the need to know the inner workings of the com...