Detect outliers using classical and robust estimates of mahalanobis distance.
1 2 3 | detectOutliers(R,
method = c("mcd", "m_estimate", "mm_estimate", "mve", "ogk", "sde", "s_estimate"),
quantile = 0.975, threshold = NULL)
|
R |
|
method |
method to compute robust estimate of location and scalde used in computing the robust mahalanobis distance. |
quantile |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.