outliers: Detect Outliers
Description
Find the outliers some given data based on an outlier model
Usage
outliers(x, alpha = 0.05)# S3 method for outlier
outliers(x, alpha = 0.05)
# S3 method for mixed_outlier
outliers(x, alpha = 0.05)
Value
Vector of logicals referring to the indicies in the data
used to call x
for which the observations are outliers.