View source: R/ols-diagnostics-panel.R
ols_plot_diagnostics | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.