Resources for Learning R
Last updated
Last updated
Download . This is the first step - getting the program!
Download . RStudio makes R much more user-friendly
ComputerWorld's with helpful tips on how to get started, as well as some context about why R is the program of choice for so many.
Datacamp's free to R. This is an interactive Tutorial to develop your basic R usage skills. You'll need to create an account.
Code School's . This is another introductory tutorial that covers the material in a different way.
Once you've learned how to install and load packages, R has a package called "swirl" that runs a tutorial inside of RStudio. This is a great place to start.
offers sets of tutorials at the Beginner, Intermediate, and Advanced levels.
provides examples and shows exactly the code used to create certain graphs. It covers a range of topics relevant to Social Science statistics.
The is a guide for finding out how to do specific tasks in R once you understand the basics of how the software works. It does have some introductory chapters but the interactive tutorials (listed above) are an easier way to learn this content.
is a tutorial that walks you through running ANOVA in R, and also graphing your output data.
is an in-depth introduction to running linear and mixed effects models in R.
Here are some to help you create and alter graphs using the ggplot package. Lots of detail.
This is a from Google that will help you maintain clean, legible code. Try to stick to these guidelines.
Read this guide for and try to implement them in your coding.
R for Data Science! Hadley Wickham has created a lot of awesome packages for R. is required reading if you want to really reach your potential.
This is a where you can get cheatsheets for a number of things, including creating markdowns and data wrangling. Highly recommended.
has an Introduction to Probability and Data course set offered by Duke professors. This is a good place to start, and then depending on your skill level, Coursera offers other higher-level options to continue learning. You can audit the course for free--you just won't get a certificate at the end.
Slides from Mike Frank's for writing reproducible manuscripts with Rmarkdown.