ols_plot_diagnostics: Diagnostics panel

Description Usage Arguments Examples

Description

Panel of plots for regression diagnostics.

Usage

1

Arguments

model

An object of class lm.

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

Examples

1
2
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_plot_diagnostics(model)

cmlopera/olsrr documentation built on May 26, 2019, 10:34 a.m.