detectOutliersIQR: Detect outliers

View source: R/S4-Outlier.R

detectOutliersIQRR Documentation

Detect outliers

Description

Runs outlier detection based on the the suffixed method.

Usage

detectOutliersIQR(object, across = NULL, verbose = TRUE)

detectOutliersMahalanobis(object, across = NULL, verbose = TRUE)

Arguments

object

An object of S4-class OutlierDetection.

across

Character value or NULL. If character, the data is splittd into the groups the variable across contains and outlier detection is conducted separately for each group.

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.