arg_check_outlier_test: Check arguments of outlier_test
Description
Check arguments of outlier_test
Usage
arg_check_outlier_test(model, n, alpha)
Arguments
- model
A fitted model object from the
lm
function.
- n
The number of outliers to return. The default is
all outliers.
- alpha
The Bonferroni-adjusted threshold at which
an outlier is identified. The default is 0.05
.