I'm interested in learning R on the cheap. What's the best free resource/book/tutorial for learning R?
|
|
If I had to choose one thing, make sure that you read "The R Inferno". There are many good resources on the R homepage, but in particular, read "An Introduction to R" and "The R Language Definition". |
|||||
|
|
Quick-R can be a good place to start. A little bit data mining oriented R and Data Mining resources: Examples and Case Studies and R Reference Card for Data Mining. |
||||
|
|
|
||||
|
|
|
Try IPSUR, Introduction to Probability and Statistics Using R. It's a free book, free in the GNU sense of the word. http://ipsur.r-forge.r-project.org/book/index.php It's definitely open source - on the download page you can download the LaTeX source or the lyx source used to generate this. |
||||
|
|
If you're an economist/econometrician then Grant Farnworth's paper on using R is indispensable and is available on CRAN at: http://cran.r-project.org/doc/contrib/Farnsworth-EconometricsInR.pdf |
||||
|
|
|
One resource is 'Some hints for the R beginner' at http://www.burns-stat.com/pages/Tutor/hints_R_begin.html |
||||
|
|
|
The official guides are pretty nice; check out http://cran.r-project.org/manuals.html . There is also a lot of contributed documentation there. |
||||
|
|
|
I have written a document that is freely available at my website and on CRAN. See the linked page: The datasets that are used in the document are also linked from that page. Feedback is welcome and appreciated! Andrew |
||||
|
|
|
If you have experience in other languages, these "R Rosetta Stone" videos may be useful: These are all included in the video list added by Jeromy, so big +1 for his list. |
||||
|
|
|
After you learn the basics, I find the following sites very useful:
|
||||
|
|
|
The R project website has lots of manuals to start, and I suggest you the Nabble R forum and the R-bloggers site as well. |
||||
|
|
|
I liked these lectures: Statistical Aspects of Data Mining. The lecturer is solving example problems using R. |
||||
|
|
|
If you already know another programming language, these notes may help point out some of the ways R might surprise you. |
||||
|
|
|
If you are coming from a SAS or SPSS background, check out: http://sites.google.com/site/r4statistics/ This is the companion site to the book, R for SAS and SPSS Users by Robert Muenchen and a free version of the book can be found here. |
||||
|
|
|
There are some very good learning materials here: http://scc.stat.ucla.edu/mini-courses/materials-from-past-mini-courses/spring-2009-mini-course-materials/ |
||||
|
|
|
One more: R bloggers has many posts with tutorials materials: |
||||
|
|
|
Look for R Users Groups in your area. They are growing around the world. http://blog.revolutionanalytics.com/local-r-groups.html If you don't have one then help get one started. I'm sure you will be able to find like minded interested folks. As for helpful links the Dallas R Users Group has a nice list. http://www.meetup.com/Dallas-R-Users-Group/pages/R_Helpful_Links/ |
||||
|
|
|
A large number of short videos that cover a lot of useful tasks with Here's a nice new interactive online tutorial on the basics of |
||||
|
|