powered by
Draws a QQ-plot to assess multivariate normality.
mqqnorm(x, main = "Multi-normal Q-Q Plot")
a data frame or a matrix of numeric variables (each column giving a variable).
title of the graph.
mshapiro.test, qqPlot
mshapiro.test
qqPlot
# NOT RUN { x <- 1:30+rnorm(30) y <- 1:30+rnorm(30,1,3) mqqnorm(cbind(x,y)) # }
Run the code above in your browser using DataLab