OutlierIndex-class: Outliers

OutlierIndex-classR Documentation

Outliers

Description

An S4 class to store the result of outlier detection.

Slots

samples

A character vector to store the sample identifiers.

standard

A numeric matrix giving the standard squared Mahalanobis distances.

robust

A numeric matrix giving the robust squared Mahalanobis distances.

limit

A numeric value giving the cut-off value used for outliers detection (quantile of the Chi-squared distribution).

dof

A (non-negative) numeric value giving the degrees of freedom.

Coerce

In the code snippets below, x is an OutlierIndex object.

as.data.frame(x)

Coerces to a data.frame.

Author(s)

N. Frerebeau

See Also

Other classes: CompositionMatrix-class, GroupedComposition-class, GroupedLogRatio-class, LogRatio-class, NumericMatrix-class, ReferenceGroups-class


nexus documentation built on April 4, 2025, 1:12 a.m.