View source: R/ols-plots-data.R
ols_prep_outlier_obs | R Documentation |
Identify outliers in cook's d plot.
ols_prep_outlier_obs(k)
k |
Cooks' d bar plot data. |
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
k <- ols_prep_cdplot_data(model)
ols_prep_outlier_obs(k)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.