Alternative Resources (Tutorials)

For curious students who want to explore R beyond the course requirements:

General R & Data Science

  • R for Data Science (2nd Edition): The gold standard introduction to data science with R. Covers fundamentals, visualization, and data wrangling in one cohesive resource. No prior experience needed.

    https://r4ds.hadley.nz/

  • ModernDive: Teaches confidence intervals, hypothesis testing, and regression using R—ideal for statistics students. Simulation-based approach.

    https://moderndive.com/

  • Hands-On Programming with R: Written for non-programmers, teaches R through probability-based projects (dice, cards, slot machines). Great bridge to statistics concepts.

    https://rstudio-education.github.io/hopr/

ggplot2 Visualization

Tidyverse

Video Content

Quick Reference

Base R