R Markdown Tutorial

How do you effectively teach research methods in a remote setting? R Markdown may help replicate the feel of looking over someone's shoulder to check their coding. This simple tutorial written for undergraduate students reviews how to create a R Markdown .pdf file using an R script.

R Tutorials

This series of R tutorials introduces students to coding statistical concepts in R. These tutorials mostly rely on ggplot2's data on diamonds, so students can work with an intuitive example while learning new coding skills. These tutorials review how to work with data, hypothesis testing, and OLS regression.