ols_prep_srchart_data {olsrr} | R Documentation |
Generates data for standardized residual chart.
ols_prep_srchart_data(model, threshold = NULL)
model |
An object of class |
threshold |
Threshold for detecting outliers. Default is 2. |
model <- lm(read ~ write + math + science, data = hsb)
ols_prep_srchart_data(model)
ols_prep_srchart_data(model, threshold = 3)