byf.mshapiro | R Documentation |
Performs a multivariate Shapiro-Wilk test on numeric variables per level of a factor.
byf.mshapiro(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.mqqnorm
, mshapiro.test
, qqPlot
data(iris)
byf.mshapiro(as.matrix(iris[,1:4])~Species,data=iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.