Learn Data & AI Skills | 50% off
Get 50% off unlimited learning

RVAideMemoire (version 0.9-11)

byf.qqnorm: QQ-plot for factor levels

Description

Draw a QQ-plot of a numeric variable per level of a factor.

Usage

byf.qqnorm(x, f, ...)

Arguments

x
numeric vector.
f
factor.
...
other arguments to pass to the qqnorm() function.

Examples

Run this code
data(iris)
byf.qqnorm(iris$Sepal.Length,iris$Species)

Run the code above in your browser using DataLab