Package: MVN
Type: Package
Title: Multivariate Normality Tests
Version: 6.0
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>
Depends: R (>= 3.5.0)
Imports: methods, nortest, moments, MASS, boot, car, dplyr, tidyr,
        purrr, stringr, tibble, ggplot2, viridis, cli, energy, plotly
Collate: 'mvn.R' 'mardia.R' 'hz.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' 'box_cox_transform.R'
        'arw_adjustment.R' 'plot.mvn.R' 'summary.mvn.R'
Description: 
    A suite of multivariate normality tests (Mardia, Henze–Zirkler, Royston,
    Doornik–Hansen, Energy), univariate diagnostics, robust outlier detection,
    bivariate density plots, and Box–Cox transformations (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
BugReports: https://github.com/selcukorkmaz/MVN/issues
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-26 22:37:41 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-05-28 08:00:11 UTC
