This module provides a deliberately slow introduction to R that assumes that you have little or no experience with R and have not worked extensively with other programming languages.
Other resources
R-eproducible Psychological Science (Rick Gilmore)| Download Rmd.
R Markdown example output using our own survey data | Download Rmd
Complete APA format manuscript based on papaja
using the survey data, both in the original R Markdown format Download Rmd version and the final PDF version.
Tidy data conceptual overview (Michael Hallquist)
tidyr and dplyr walkthrough (Michael Hallquist) | Rmd
Other resources - Methods to compute row-wise statistics in dplyr
Conceptual overview of ggplot2 and graphics output
Alicia Vallorani ggplot2 walkthrough
Other resources
Other resources
Other resources
Other resources
Other resources
Solving data problems algorithmically (Michael Hallquist) | zip
Scaling up with functions (Dan Albohn) | Rmd
Other Resources
Michael Hallquist introduction to parallel R | zip | Rmd
Example of parallel computation on large neuroimaging dataset using foreach package | Download
Example of setting a progress bar in a parallel foreach loop | Download the whole script (for context)
Other parallel computing resources
Other big data resources