ols_prep_cdplot_data: Cooks' D plot data

Description Usage Arguments Examples

View source: R/ols-plots-data.R

Description

Prepare data for cook's d bar plot.

Usage

1

Arguments

model

An object of class lm.

Examples

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

olsrr documentation built on Feb. 10, 2020, 5:07 p.m.