detectOutliers: Detect outliers

detectOutliersR Documentation

Detect outliers

Description

Runs outlier detection according to the method denoted in argument method.

Usage

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)

Arguments

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.)

Value

The input object.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.