mqqnorm: Multivariate normality QQ-Plot

View source: R/mqqnorm.R

mqqnormR Documentation

Multivariate normality QQ-Plot

Description

Draws a QQ-plot to assess multivariate normality.

Usage

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

Arguments

x

a data frame or a matrix of numeric variables (each column giving a variable).

main

title of the graph.

Author(s)

Maxime HERVE <maxime.herve@univ-rennes1.fr>

See Also

mshapiro.test, qqPlot

Examples

x <- 1:30+rnorm(30)
y <- 1:30+rnorm(30,1,3)
mqqnorm(cbind(x,y))

RVAideMemoire documentation built on Nov. 6, 2023, 5:07 p.m.