ols_prep_srplot_data: Studentized residual plot data

Description Usage Arguments Examples

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

Description

Generates data for studentized residual plot.

Usage

1

Arguments

model

An object of class lm.

Examples

1
2
model <- lm(read ~ write + math + science, data = hsb)
ols_prep_srplot_data(model)

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