View source: R/helper_outlier.R
outliers | R Documentation |
Find the outliers some given data based on an outlier model
outliers(x, alpha = 0.05) ## S3 method for class 'outlier' outliers(x, alpha = 0.05) ## S3 method for class '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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.