Learn R Programming

olsrr (version 0.5.3)

ols_prep_srplot_data: 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

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

Run the code above in your browser using DataLab