ols_plot_diagnostics {olsrr} | R Documentation |
Diagnostics panel
Description
Panel of plots for regression diagnostics.
Usage
ols_plot_diagnostics(model, print_plot = TRUE)
Arguments
model |
An object of class |
print_plot |
logical; if |
Examples
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_plot_diagnostics(model)
[Package olsrr version 0.6.0 Index]