开始使用免费开始使用

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.

本练习是课程的一部分

Multivariate Probability Distributions in R

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Test sample normality 
qqnorm(___)
qqline(___)
编辑并运行代码