ols_prep_cdplot_outliers {olsrr} | R Documentation |
Cooks' d outlier data
Description
Outlier data for cook's d bar plot.
Usage
ols_prep_cdplot_outliers(k)
Arguments
k |
Cooks' d bar plot data. |
Examples
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
k <- ols_prep_cdplot_data(model)
ols_prep_cdplot_outliers(k)
[Package olsrr version 0.6.0 Index]