byf.shapiro | R Documentation |
Performs a Shapiro-Wilk test on a numeric variable per level of a factor.
byf.shapiro(formula, data)
formula |
a formula of the form |
data |
an optional data frame containing the variables in the formula |
method |
name of the test. |
data.name |
a character string giving the names of the data. |
tab |
table of results. |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
byf.qqnorm
, shapiro.test
data(iris)
byf.shapiro(Sepal.Length~Species,data=iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.