Panel of plots for regression diagnostics.
ols_diagnostic_panel(model)
An object of class lm.
lm
# NOT RUN { model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) ols_diagnostic_panel(model) # }