powered by
Panel of plots for regression diagnostics
ols_diagnostic_panel(model)
an object of class lm
lm
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) ols_diagnostic_panel(model)
Run the code above in your browser using DataLab