View source: R/ols-plots-data.R
ols_prep_srplot_data | R Documentation |
Generates data for studentized residual plot.
ols_prep_srplot_data(model, threshold = NULL)
model |
An object of class |
threshold |
Threshold for detecting outliers. Default is 3. |
model <- lm(read ~ write + math + science, data = hsb)
ols_prep_srplot_data(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.