ols_prep_dsrvf_data {olsrr} | R Documentation |
Deleted studentized residual plot data
Description
Generates data for deleted studentized residual vs fitted plot.
Usage
ols_prep_dsrvf_data(model, threshold = NULL)
Arguments
model |
An object of class |
threshold |
Threshold for detecting outliers. Default is 2. |
Examples
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_prep_dsrvf_data(model)
ols_prep_dsrvf_data(model, threshold = 3)
[Package olsrr version 0.6.0 Index]