R Resources
This list is a work in progress! If you have suggestions, please let me know!
Getting Started
General Resources:
- Quick-R is an excellent resource! See www.statmethods.net/
- Among other resources on the RStudio website are the Cheat Sheets at www.rstudio.com/resources/cheatsheets/.
- Manuals on the R website are free, and include An Introduction to R, R Data Import/Export, and The R Reference Index.
- CRAN Task Views: Take a moment and skim these comprehensive overviews of R packages for various tasks (e.g. Baysian Inference, Differential Equations, Probability Distributions, Experimental Design, Multivariate Statistics, Numerical Mathematics, Optimization, Robust Statistics, Spatial Data Analysis, Time Series Analysis, etc)
- Introduction to R is a six part online course through DataCamp: www.datacamp.com/courses/introduction-to-r
Graphics
Data
Other Resources