Learn R Programming

RVAideMemoire (version 0.9-11)

mqqnorm: Multivariate normality QQ-Plot

Description

Draw a QQ-plot to assess multivariate normality.

Usage

mqqnorm(x)

Arguments

x
a numeric matrix of data values (each line giving a variable).

See Also

mshapiro.test

Examples

Run this code
x <- 1:30+rnorm(30)
y <- 1:30+rnorm(30,1,3)
mqqnorm(rbind(x,y))

Run the code above in your browser using DataLab