powered by
Chart for identifying outliers
ols_srsd_chart(model)
an object of class lm
lm
Standardized residual (internally studentized) is the residual divided by estimated standard deviation.
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_srsd_chart(model)
Run the code above in your browser using DataLab