mqqnorm | R Documentation |
Draws a QQ-plot to assess multivariate normality.
mqqnorm(x, main = "Multi-normal Q-Q Plot")
x |
a data frame or a matrix of numeric variables (each column giving a variable). |
main |
title of the graph. |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
mshapiro.test
, qqPlot
x <- 1:30+rnorm(30)
y <- 1:30+rnorm(30,1,3)
mqqnorm(cbind(x,y))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.