arg_check_outlier_test {api2lm} | R Documentation |
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
|
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 |
[Package api2lm version 0.2 Index]