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 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.


[Package api2lm version 0.2 Index]