Find the outliers some given data based on an outlier model

outliers(x, alpha = 0.05)

# S3 method for outlier
outliers(x, alpha = 0.05)

# S3 method for mixed_outlier
outliers(x, alpha = 0.05)

Arguments

x

A outlier object

alpha

Sigficance level

Value

Vector of logicals referring to the indicies in the data used to call x for which the observations are outliers.