byf.qqnorm: QQ-plot for factor levels

View source: R/byf.qqnorm.R

byf.qqnormR 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 a ~ b where a gives the data values and b a factor giving the corresponding groups.

data

an optional data frame containing the variables in the formula formula. By default the variables are taken from environment(formula).

...

other arguments to pass to qqPlot.

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)

RVAideMemoire documentation built on Nov. 6, 2023, 5:07 p.m.