Panel of plots for regression diagnostics.

ols_diagnostic_panel(model)

Arguments

model

An object of class lm.

Examples

# NOT RUN {
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_diagnostic_panel(model)
# }