powered by
Panel of plots for regression diagnostics.
ols_plot_diagnostics(model, print_plot = TRUE)
An object of class lm.
lm
logical; if TRUE, prints the plot else returns a plot object.
TRUE
#' @section Deprecated Function: ols_diagnostic_panel() has been deprecated. Instead use ols_plot_diagnostics().
ols_diagnostic_panel()
ols_plot_diagnostics()
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) ols_plot_diagnostics(model)
Run the code above in your browser using DataLab