Question: Create a new code chunk to examine model diagnostics: (Add text above the chunkdescribing what is being done) library(olsrr) # Plot residualsols_plot_resid_fit(regOutput) # Create QQ-plot
Create a new code chunk to examine model diagnostics: (Add text above the chunkdescribing what is being done)
library(olsrr)
# Plot residualsols_plot_resid_fit(regOutput)
# Create QQ-plot of model residuals
qqPlot(residuals(regOutput))
Are ALL the assumptions of the model satisfied? Explain.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
