Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I'm interested in learning R on the cheap. What's the best free resource/book/tutorial for learning R?

share|improve this question
8  
Should be community wiki. – Shane Jul 19 '10 at 21:40
7  
Asked a purely programming question, should be on Stack Overflow. Also possibly a duplicate of stats.stackexchange.com/questions/75/… – Sharpie Jul 19 '10 at 21:47
5  
You should add your background. Programmers who came to R have different issues than people without a programming background. – Christian Jul 20 '10 at 16:06
2  
Refer to SO. stackoverflow.com/questions/192369/… – aL3xa Jul 29 '10 at 19:17
1  

19 Answers

up vote 32 down vote accepted

Some useful R links (find out the link that suits you):

Intro:

with a focus on economics:

Graphics: plots, maps, etc.:

GUIs:

Time series & finance:

Data / text mining:

Other statistical techniques:

Editors:

Interfacing w/ other languages / software:

Blogs, newsletters, etc.:

Other / uncategorized: (as of yet)

share|improve this answer
2  
This list was becoming less usable. It needs to be organized & at least somewhat standardized to be useful. However, there is no reason to think my reworked version is ideal; eg I'm not familiar w/ all the links. People w/ more expertise should feel free to add / change / shuffle or otherwise reorganize. – gung Jun 12 '12 at 18:15

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".

share|improve this answer
Agreed, though I'd choose it as my second book, after R Cookbook (O'Reilly) (not free!) R Inferno felt like Cookbook Part 2. – Darren Cook Jan 6 '12 at 4:19
burns-stat.com/pages/Tutor/hints_R_begin.html is sort of Circle 0 of 'The R Inferno'. I agree with Darren -- I don't see the Inferno as introductory. – Patrick Burns Feb 21 '12 at 16:46

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.

share|improve this answer
share|improve this answer

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.

share|improve this answer
That URL didn't work for me, but this did: ipsur.r-forge.r-project.org/book/index.html – zbicyclist May 27 '11 at 4:07

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

share|improve this answer

One resource is 'Some hints for the R beginner' at http://www.burns-stat.com/pages/Tutor/hints_R_begin.html

share|improve this answer
Welcome -- Nice to see you here, Pat! – Dirk Eddelbuettel Jul 30 '10 at 18:35

The official guides are pretty nice; check out http://cran.r-project.org/manuals.html . There is also a lot of contributed documentation there.

share|improve this answer

I have written a document that is freely available at my website and on CRAN. See the linked page:

icebreakeR

The datasets that are used in the document are also linked from that page. Feedback is welcome and appreciated!

Andrew

share|improve this answer

If you have experience in other languages, these "R Rosetta Stone" videos may be useful:

  1. Python
  2. MATLAB
  3. SQL

These are all included in the video list added by Jeromy, so big +1 for his list.

share|improve this answer

After you learn the basics, I find the following sites very useful:

  1. R-bloggers.
  2. Subscribing to the Stack overflow R tag.
share|improve this answer

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.

share|improve this answer

I liked these lectures: Statistical Aspects of Data Mining. The lecturer is solving example problems using R.

share|improve this answer

If you already know another programming language, these notes may help point out some of the ways R might surprise you.

share|improve this answer

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.

share|improve this answer

One more: R bloggers has many posts with tutorials materials:

http://www.r-bloggers.com/?s=tutorial

share|improve this answer

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/

share|improve this answer

A large number of short videos that cover a lot of useful tasks with R (91 videos as of March 2013): http://www.twotorials.com/

Here's a nice new interactive online tutorial on the basics of R: http://tryr.codeschool.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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