1. Learn
  2. /
  3. Courses
  4. /
  5. Multivariate Probability Distributions in R

Connected

Exercise

Graphical tests for multivariate normality

You are often required to verify that multivariate data follow a multivariate normal distribution. Recall that univariate normality of each individual variable does not imply multivariate normality overall. We will use functions to check multivariate normality of all variables instead of univariate normality of single variables.

Instructions 1/3

undefined XP
  • 1

    Use the qqplot() and qqline() functions to check the univariate normality of the first column of multnorm.sample.

  • 2

    Now, use the mvn() function to draw the univariate qqplots of the first four numeric variables, Alcohol, Malic, Ash, Alcalinity of the wine dataset.

  • 3

    Use the mvn() function to draw the QQ-plot to use Mardia's test for multivariate normality for the first four numeric variables of the wine dataset.