Getting Started
  • Introduction
  • Installing R and RStudio
  • A Tour of RStudio
  • Vectors in R
  • Data Frames
Working with ggplot
  • Installing ggplot2
  • Plotting a point with ggplot
  • Controlling axis properties
  • More with color and shape
  • Graphing lines with ggplot
  • More with lines
Sampling from populations
  • Normal populations
  • Plotting a vertical sample
  • Plotting several vertical samples
  • Samples along a line
  • sapply
  • Cloud of points
Simple Linear Regression in R
  • Father and son heights
  • Equation of a line
  • Residual visualization
  • Sum of squared residuals
  • The least squares line
  • Prediction
  • Reading in Excel files
  • Course wrap-up