byf.mqqnorm | R Documentation |
Draws a multivariate QQ-plot of numeric variables per level of a factor.
byf.mqqnorm(formula, data)
formula |
a formula of the form |
data |
an optional data frame containing the variables in the formula |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
mqqnorm
, byf.mshapiro
, qqPlot
data(iris)
byf.mqqnorm(as.matrix(iris[,1:4])~Species,data=iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.