byf.mqqnorm {RVAideMemoire} | R Documentation |
QQ-plot for factor levels
Description
Draws a multivariate QQ-plot of numeric variables per level of a factor.
Usage
byf.mqqnorm(formula, data)
Arguments
formula |
a formula of the form |
data |
an optional data frame containing the variables in the formula |
Author(s)
Maxime HERVE <maxime.herve@univ-rennes1.fr>
See Also
Examples
data(iris)
byf.mqqnorm(as.matrix(iris[,1:4])~Species,data=iris)
[Package RVAideMemoire version 0.9-83-7 Index]