detectOutliers | R Documentation |
Runs outlier detection according to the method
denoted in argument method
.
detectOutliers(object, ...)
## S4 method for signature 'OutlierDetection'
detectOutliers(object, method, across = NULL, verbose = TRUE, ...)
## S4 method for signature 'Analysis'
detectOutliers(object, method, across = NULL, verbose = TRUE)
object |
Any object for whose class a method has been defined. |
method |
Character value. The outlier detection method. Valid input options are 'IQR' and 'Mahalanobis'. |
across |
Character value or NULL. If character, denotes the grouping variable of interest. |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
The input object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.