Description Usage Arguments Details Value Deprecated Function See Also Examples
Chart for identifying outliers.
1 | ols_plot_resid_stand(model)
|
model |
An object of class |
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 tibble with observation number and |
for classifying an observation as an outlier
threshold |
|
ols_srsd_chart()
has been deprecated. Instead use ols_plot_resid_stand()
.
[ols_plot_resid_stud()]
1 2 | model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_plot_resid_stand(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.