Learn R Programming

olsrr (version 0.1.0)

ols_srsd_chart: Standardized Residual Chart

Description

Chart for identifying outliers

Usage

ols_srsd_chart(model)

Arguments

model

an object of class lm

Details

Standardized residual (internally studentized) is the residual divided by estimated standard deviation.

Examples

Run this code
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_srsd_chart(model)

Run the code above in your browser using DataLab