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)
x | A |
---|---|
alpha | Sigficance level |
Vector of logicals referring to the indicies in the data
used to call x
for which the observations are outliers.