Chart for identifying outliers

studres_chart(model)

Arguments

model
an object of class lm

Examples

model <- lm(mpg ~ disp + hp + wt, data = mtcars) studres_chart(model)