Bonferroni Outlier Test
Detect outliers using Bonferroni p values.
ols_test_outlier(model, cut_off = 0.05, n_max = 10, ...)
model |
An object of class |
cut_off |
Bonferroni p-values cut off for reporting observations. |
n_max |
Maximum number of observations to report, default is 10. |
... |
Other arguments. |
# model model <- lm(y ~ ., data = surgical) ols_test_outlier(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.