Package: MVN
Type: Package
Title: Multivariate Normality Tests
Version: 6.2
Authors@R: 
    c(
      person(given = "Selcuk", family = "Korkmaz", role = c("aut", "cre"),
             email = "selcukorkmaz@gmail.com", comment = c(ORCID = "0000-0003-4632-6850")),
      person(given = "Dincer", family = "Goksuluk", role = "aut",
             email = "dincer.goksuluk@gmail.com"),
      person(given = "Gokmen", family = "Zararsiz", role = "aut",
             email = "gokmenzararsiz@hotmail.com")
    )
Maintainer: Selcuk Korkmaz <selcukorkmaz@gmail.com>
Imports: methods, nortest, moments, MASS, boot, car, dplyr, tidyr,
        purrr, stringr, tibble, ggplot2, viridis, cli, energy, plotly,
        mice
Suggests: DT, bslib, future, haven, jsonlite, readxl, shiny, yaml,
        promises, zip
Collate: 'mvn.R' 'mardia.R' 'hz.R' 'hw.R' 'royston.R'
        'doornik_hansen.R' 'energy.R' 'descriptives.R'
        'test_univariate_normality.R' 'multivariate_diagnostic_plot.R'
        'mv_outlier.R' 'univariate_diagnostic_plot.R'
        'power_transform.R' 'arw_adjustment.R' 'plot.mvn.R'
        'summary.mvn.R' 'impute_missing.R' 'run_mvn_app.R'
Description: 
    A comprehensive suite for assessing multivariate normality using six statistical tests 
    (Mardia, Henze–Zirkler, Henze–Wagner, Royston, Doornik–Hansen, Energy). 
    Also includes univariate diagnostics, bivariate density visualization, robust outlier 
    detection, power transformations (e.g., Box–Cox, Yeo–Johnson), and imputation strategies 
    ("mean", "median", "mice") for handling missing data. Bootstrap resampling is supported 
    for selected tests to improve p-value accuracy in small samples.
    Diagnostic plots are available via both 'ggplot2' and interactive 'plotly' visualizations. See Korkmaz et al. (2014) <https://journal.r-project.org/archive/2014-2/korkmaz-goksuluk-zararsiz.pdf>.
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://selcukorkmaz.github.io/mvn-tutorial/,
        https://github.com/selcukorkmaz/MVN,
        http://biosoft.erciyes.edu.tr/app/MVN
BugReports: https://github.com/selcukorkmaz/MVN/issues
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-10-10 08:44:43 UTC; selcukkorkmaz
Author: Selcuk Korkmaz [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-4632-6850>),
  Dincer Goksuluk [aut],
  Gokmen Zararsiz [aut]
Repository: CRAN
Date/Publication: 2025-10-10 10:40:02 UTC
Built: R 4.5.2; ; 2025-11-08 05:13:23 UTC; windows
