Using the "cars" dataset in R, build a linear model for stopping distance as a function of speed and replicate the analysis of your textbook chapter 3 (visualization, quality evaluation of the model, and residual analysis.)
A) Use speed as the predictor variable and stopping distance as the response variable.
B) Visualize the relationship between speed and stopping distance using a scatter plot.
C) Perform residual analysis to evaluate the model's assumptions.
D) All of the above.



Answer :

Other Questions