Mulai sekarangMulai gratis

Numerical tests for multivariate normality

Besides the graphical tests using QQ-plot, the MVN library has a range of numerical tests for checking multivariate normality. Along with the significance tests, these tests provide an inferential statement about whether the data are multivariate normal.

Latihan ini merupakan bagian dari kursus

Multivariate Probability Distributions in R

Lihat Kursus

Instruksi latihan

  • Use the mvn() function with argument mvnTest = "mardia" to perform Mardia's test of multivariate normality on the multnorm.sample dataset.

  • Use the mvn() function with argument mvnTest = "hz" to perform Henze-Zirkler's test of multivariate normality on the numeric variables, Alcohol, Malic, Ash, Alcalinity of the wine dataset.

Latihan interaktif langsung praktik

Cobalah latihan ini dengan melengkapi kode contoh ini.

# Mardia's test

# Henze-Zirkler's test 
Edit dan Jalankan Kode