Description Usage Arguments Value Examples
This function allows you to input a data matrix, along with a robust estimate of the multivariate center and robust estimate of the covariance. The standard mean and covariance estimates are calculated from the data matrix, and a scatterplot of the mahalanobis distances for each row based on the standard estimate and robust estimates returned.
1 | ddPlot(x, rmu, rcov, interact = F)
|
x |
a data frame or matrix of numeric covariates |
rmu |
robust multivariate center |
rcov |
robust covariance matrix |
interact |
if set to TRUE, allows you to label the outlying points by clicking on them. defaults to FALSE. |
a plot
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.