Standardized residual chart
Chart for identifying outliers.
ols_plot_resid_stand(model, print_plot = TRUE)
model |
An object of class |
print_plot |
logical; if |
Standardized residual (internally studentized) is the residual divided by estimated standard deviation.
ols_plot_resid_stand
returns a list containing the
following components:
outliers |
a |
for classifying an observation as an outlier
threshold |
|
ols_srsd_chart()
has been deprecated. Instead use ols_plot_resid_stand()
.
[ols_plot_resid_stud()]
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_plot_resid_stand(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.