detectOutliersIQR | R Documentation |
Runs outlier detection based on the the suffixed method.
detectOutliersIQR(object, across = NULL, verbose = TRUE)
detectOutliersMahalanobis(object, across = NULL, verbose = TRUE)
object |
An object of S4-class |
across |
Character value or NULL. If character,
the data is splittd into the groups the variable |
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.