Learn R Programming

olsrr (version 0.5.0)

ols_plot_diagnostics: Diagnostics panel

Description

Panel of plots for regression diagnostics.

Usage

ols_plot_diagnostics(model)

Arguments

model

An object of class lm.

#' @section Deprecated Function: ols_diagnostic_panel() has been deprecated. Instead use ols_plot_diagnostics().

Examples

Run this code
# 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