Cooks' d outlier data
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.