byf.qqnorm {RVAideMemoire} | R Documentation |
QQ-plot for factor levels
Description
Draws a QQ-plot of a numeric variable per level of a factor.
Usage
byf.qqnorm(formula, data, ...)
Arguments
formula |
a formula of the form |
data |
an optional data frame containing the variables in the formula |
... |
other arguments to pass to |
Author(s)
Maxime HERVE <maxime.herve@univ-rennes1.fr>
See Also
link[RVAideMemoire]{byf.shapiro}
, qqPlot
Examples
data(iris)
byf.qqnorm(Sepal.Length~Species,data=iris)
[Package RVAideMemoire version 0.9-83-7 Index]