byf.shapiro {RVAideMemoire} | R Documentation |
Shapiro-Wilk test for factor levels
Description
Performs a Shapiro-Wilk test on a numeric variable per level of a factor.
Usage
byf.shapiro(formula, data)
Arguments
formula |
a formula of the form |
data |
an optional data frame containing the variables in the formula |
Value
method |
name of the test. |
data.name |
a character string giving the names of the data. |
tab |
table of results. |
Author(s)
Maxime HERVE <maxime.herve@univ-rennes1.fr>
See Also
Examples
data(iris)
byf.shapiro(Sepal.Length~Species,data=iris)
[Package RVAideMemoire version 0.9-83-7 Index]