powered by
Panel of plots for regression diagnostics.
ols_plot_diagnostics(model)
An object of class lm.
lm
#' @section Deprecated Function: ols_diagnostic_panel() has been deprecated. Instead use ols_plot_diagnostics().
ols_diagnostic_panel()
ols_plot_diagnostics()
# NOT RUN { model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) ols_plot_diagnostics(model) # } # NOT RUN { # }
Run the code above in your browser using DataLab