MVN is an R package that provides a comprehensive and user-friendly framework for assessing multivariate normalityâa key assumption in many multivariate statistical methods such as:
Multivariate normality is often overlooked or improperly tested. The MVN package addresses this by integrating robust numerical tests, graphical diagnostics, and transformation tools, offering clear insights into the distributional characteristics of your multivariate data.
FeaturesTo install the latest version from CRAN:
To install the development version from GitHub:
devtools::install_github("selcukorkmaz/MVN")
Basic Usage
library(MVN)
# Run MVN tests and diagnostics on iris data
result <- mvn(
data = iris[1:50, 1:3],
mvn_test = "hz"
)
# View results
summary(result, "mvn")
For grouped analysis:
mvn(data = iris, subset = "Species", mvn_test = "hz")
Shiny Web App
Explore MVNâs features via a user-friendly web interface: http://biosoft.erciyes.edu.tr/app/MVN
Documentation and TutorialFull documentation and an interactive tutorial site are available at: https://selcukorkmaz.github.io/mvn-tutorial/
CitationPlease cite MVN in your publications using:
Korkmaz S, Goksuluk D, Zararsiz G. MVN: An R Package for Assessing Multivariate Normality. The R Journal. 2014; 6(2):151-162. https://journal.r-project.org/archive/2014-2/korkmaz-goksuluk-zararsiz.pdf
LicenseMVN is released under the MIT license.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4