In R, what does the plot() function do when applied to a linear regression model?
A. Plots the residuals against the fitted values
B. Creates a scatter plot of the model predictions
C. Plots the model coefficients
D. Generates a summary plot for the model
Answer: Option A
Join The Discussion