ols_plot_diagnostics {olsrr} | R Documentation |
Panel of plots for regression diagnostics.
ols_plot_diagnostics(model, print_plot = TRUE)
model |
An object of class |
print_plot |
logical; if |
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_plot_diagnostics(model)