Drop links or images here to add them to the editor.
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´.