Learn R Programming

RVAideMemoire (version 0.9-27)

mqqnorm: Multivariate normality QQ-Plot

Description

Draw a QQ-plot to assess multivariate normality.

Usage

mqqnorm(x, main = "Multi-normal Q-Q Plot")

Arguments

x
a numeric matrix of data values (each line giving a variable).
main
title of the graph.

See Also

mshapiro.test, qqPlot

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