Intermediate R for reproducible scientific analysis
Intermediate lessons for researchers already familiar with R, but not programming concepts.
The goal of this lesson is to teach researchers already experienced with R some useful programming concepts that will make writing code more efficient, modular, and reusable, as well as packages for efficient data analysis.
A variety of third party packages are used throughout this workshop. These are not necessarily the best, nor are they comprehensive, but they are packages we find useful.
Note that this workshop will not cover statistics.
Prerequisites
Be familar with RStudio, project creation, and variables, and the basic data structures and types in R.
Prequisite topics
The following topics are taught in the novice lessons and are expected knowledge for this workshop:
- Introduction to R and RStudio
- Project Management
- Seeking help
- Data types and structures
- Data structures: data frames
- Subsetting data
- Vectorisation
- Writing data