Description Usage Arguments Details Examples
Returns the Mahalanobis distance of a data point to a multivariate normal
distribution object of class mvnd.
| 1 | mahal(object, x)
 | 
| object | an object of class  | 
| x | a data point, provided as vector with same length as dimensions of
the  | 
Calls the base mahalanobis function mahalanobis(x,
  object$means, object$covar)
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.