byf.qqnorm | R Documentation |
Draws a QQ-plot of a numeric variable per level of a factor.
byf.qqnorm(formula, data, ...)
formula |
a formula of the form |
data |
an optional data frame containing the variables in the formula |
... |
other arguments to pass to |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
link[RVAideMemoire]{byf.shapiro}
, qqPlot
data(iris)
byf.qqnorm(Sepal.Length~Species,data=iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.