Panel of plots for regression diagnostics

diag_panel(model)

Arguments

model
an object of class lm

Examples

model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) diag_panel(model)