ols_prep_srplot_data {olsrr}R Documentation

Studentized residual plot data

Description

Generates data for studentized residual plot.

Usage

ols_prep_srplot_data(model)

Arguments

model

An object of class lm.

Examples

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


[Package olsrr version 0.5.3 Index]