Acknowldegments

These slides are adapted, with permission, from a lecture given by Dr. Lucy D’Agostino McGowan (@LucyStats).

Preliminaries

If you have not done so already please install and load the following packages:

  • tidyverse
  • tidymodels
  • ISLR
library(tidyverse)
library(tidymodels)
library(ISLR)

Tidyverse

This presentation assumes a basic familiarity with the core tidyverse packages: