An S4 class to store the result of outlier detection.
Slots
samplesA
charactervector to store the sample identifiers.standardA
numericmatrix giving the standard squared Mahalanobis distances.robustA
numericmatrix giving the robust squared Mahalanobis distances.limitA
numericvalue giving the cut-off value used for outliers detection (quantile of the Chi-squared distribution).dofA (non-negative)
numericvalue 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.
