vote up 15 vote down star
13

I'm looking for resources to start exploring the R language (as was recommended in my question on Statistical Tools). I know there are some suggestions for basic online tutorials in this thread, but I'd like something a little bit more extensive.

Any suggestions for good textbook like references, either online and in dead-tree form?

flag

13 Answers

vote up 8 vote down check

Check out these notes on R for programmers. I found R hard to learn because it's so unlike other programming languages, so I wrote up these notes for other programmers coming to R.

Also, as far as books, I recommend The R Book by Michael Crawley. It's expensive, around $100, but it's well-written and covers a lot of material (around 900 pages).

link|flag
4  
John's notes are useful for programmers. But I wouldn't recommend Crawley. There is a good review of the problems with the book in Statistical Papers (2009) 50:445–446, reviewer: Uwe Ligges (springerlink.com/content/l36754377r182731/…). – Rob Hyndman Sep 8 at 22:40
vote up 7 vote down

The best book I know of for learning R is actually a book about R's almost-identical-twin S:

Modern Applied Statistics with S (by Venables and Ripley)

cover

link|flag
vote up 5 vote down

I recommend from personal experience Introductory Statistics with R by one of the R development team, Peter Dalgaard.

Amazon book cover image

It is thoughfully written if a bit technical, and helped me to get productive in two skills difficult to learn from scratch - stats and R programming.

It also comes in paperback which is much easier follow along and use as a wrist-pad while at the console.

link|flag
This is a great book, especially if you want to do day-to-day statistical work. – Alex Reynolds Sep 8 at 20:25
vote up 2 vote down

A Handbook of Statistical Analysis Using R is a great resource.

alt text

By the way, you mentioned in your original thread that you are specifically looking for a good mix of usability (for non-programmer users) and power. R is completely driven by the command line, so I highly recommend you also look at S-PLUS since it's very similar to R but contains an elegant GUI interface.

link|flag
Yes, I'm also considering S-Plus as an option for our current needs. An alternative is a R-hybrid (either embedded into Excel, or with a python interface which the non-programmers could work with). Either way, I'm at the point where I should learn a new language, so I have nothing to lose with R. – Kena Oct 10 '08 at 17:38
I've only used R from the command line, what about R commander for a GUI? – Thomas Owens Oct 10 '08 at 17:41
vote up 2 vote down

A First Course in Statistical Programming with R

Really good explanaitions of the basics in the first chapters, then goes deeper.

link|flag
vote up 2 vote down

I've posted a list of nine recommended books on R here: http://robjhyndman.com/researchtips/r-books/

link|flag
vote up 2 vote down

As with statistical models, there may not be a single book that is universally best for everyone. What is best for you, may well be about average for me. Dalgaard’s Introductory statistics with R is a good book. Rizzo's Statistical computing with R is another good book (for another thing). The series of inexpensive and focused books on R by Springer are good, too. Just start from a subset of Rob Hyndman's list (or any good equivalent), see what works best for you and eventually create your own list.

On another note, the review of Crawley's R book that Rob pointed to is helpful. But the number of typos, grammar issues and style inconsistencies per half-page is somewhat less than acceptable for a tier B refereed journal. Also, Zeilberger's opinion 63 comes to mind.

link|flag
vote up 2 vote down

Norman Matloff's R for Programmers PDF: http://heather.cs.ucdavis.edu/~matloff/R/RProg.pdf

This is for a distinct audience; it's not an introduction to statistical methods in R as much as an introduction to the R language. Really excellent though.

link|flag
vote up 1 vote down

The Wikipedia has a list of books in its Resources section at the bottom of the page.

Hope they are of use to you.

link|flag
Your link is broken :( I was hoping to get answers from people with first-hand experience in learning the language. – Kena Oct 10 '08 at 17:36
Corrected the link. Sorry, no first hand experience. – Optimal Solutions Oct 10 '08 at 17:40
vote up 1 vote down

I used this book for a class I took on R:

Data Analysis and Graphics Using R

Data Analysis and Graphics Using R

It's not the best programming tutorial I've ever used, nor is it a great explanation of statistical analysis, but it gets the job done. It does have some decent examples with sample datasets for download.

link|flag
vote up 1 vote down

I've found the following online book, which has the benefit of being free: An Introduction to R

Anyone can tell me if it's any good?

link|flag
That's by the folks who maintain and develop R, so it should be pretty good. – Scottie T Oct 10 '08 at 17:52
That's not necessarily a guarantee ;) – Kena Oct 10 '08 at 17:58
True. It should be accurate, at least. If not, you might want to consider a different statistics package. – Scottie T Oct 10 '08 at 18:04
vote up 1 vote down

I originally learned R from Venables and Ripley, and found it to be the best at the time. I looked at Dalgaard, but found that I progressed very quickly beyond what it covered. It is good if there are only a few basic stats you want to do, but if you want to go any further with programming in R, it is too basic. The free Introduction to R is okay, but not the best way to get started quickly, in my experience.

What I currently recommend to anyone starting R is Crawley's The R Book. It is extremely complete and easy to read, with good examples. After using R for 6 years, I managed to pick up a half dozen new tricks just from reading the first chapter. I recommend it without hesitation, if you can afford to spend any money at all.

link|flag
vote up 0 vote down

The R Journal : http://journal.r-project.org/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.