Learn R Programming

olsrr (version 0.1.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
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_diagnostic_panel(model)

Run the code above in your browser using DataLab