Learn R Programming

olsrr (version 0.4.0)

ols_diagnostic_panel: Diagnostics Panel

Description

Panel of plots for regression diagnostics

Usage

ols_diagnostic_panel(model)

Arguments

model

an object of class lm

Examples

Run this code
# NOT RUN {
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_diagnostic_panel(model)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab