Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
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´.