This is the description of the exercise.

This is a link: markdown cheatsheet1

This is an image: plot

This is a code-block with syntax highlighting:

library(ISLR2)
data(Auto)
set.seed(1)
train <- sample(nrow(Auto), floor(nrow(Auto)*0.5))

Questions


Assume that: