This question involves the use of simple linear regression on the Auto data set.
Questions
Use the lm() function to perform a simple linear regression with mpg as the response and horsepower as the predictor. Store the model in ´model´.