mshapiro.test | R Documentation |
Performs a Shapiro-Wilk test to asses multivariate normality. This is a slightly modified copy of the mshapiro.test
function of the package mvnormtest, for internal convenience.
mshapiro.test(x)
x |
a data frame or a matrix of numeric variables (each column giving a variable). |
method |
name of the test. |
data.name |
a character string giving the names of the data. |
statistic |
test statistics of the test. |
p.value |
p-value of the test. |
Maxime HERVE <maxime.herve@univ-rennes1.fr> from the work of Slawomir Jarek
shapiro.test
, mshapiro.test
x <- 1:30+rnorm(30)
y <- 1:30+rnorm(30,1,3)
mshapiro.test(cbind(x,y))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.