ols_prep_rstudlev_data: Studentized residual vs leverage plot data

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

ols_prep_rstudlev_dataR Documentation

Studentized residual vs leverage plot data

Description

Generates data for studentized resiudual vs leverage plot.

Usage

ols_prep_rstudlev_data(model, threshold = NULL)

Arguments

model

An object of class lm.

threshold

Threshold for detecting outliers. Default is 2.

Examples

model <- lm(read ~ write + math + science, data = hsb)
ols_prep_rstudlev_data(model)
ols_prep_rstudlev_data(model, threshold = 3)



olsrr documentation built on May 29, 2024, 12:35 p.m.