Multivariate Normality Made Easy
Welcome to MVN, an R package for testing and visualizing multivariate normality using powerful and intuitive diagnostics.
Tip
Why use MVN?
- ๐ Test multivariate normality with robust statistical methods
- ๐ฏ Built-in support for visual diagnostics (QQ plot, density, 3D/contour)
- ๐งช Outlier detection tools included
- ๐ก Easy to integrate with any multivariate pipeline
Installation
Install MVN from CRAN with:
install.packages("MVN")
Or the development version:
::install_github("selcukorkmaz/MVN") remotes