aL xin's corner
Curriculum VitaeThis page will link to notes for STAT 111: Introduction to Inference. Notes are cross-posted to the Canvas page.
I prefer tidyverse because it seems more visually coherent. The piping functions from dplyr2
and the graph building of ggplot2
are especially useful in this course.
# Code snippets will be written in R
if (!require(tidyverse)) install.packages("tidyverse")
library(tidyverse)