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