Vidyalelo
R Programming · Q24

Statistical Analysis with R (Distributions, Graphics)

Programming · R Programming · question 24

Q24

In R, what does the plot() function do when applied to a linear regression model?

A.
Plots the residuals against the fitted values
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board