Description Usage Arguments Details Value Author(s) References Examples
This function computes the Winer test of compound symmetry.
1 |
x |
a data frame of repeated measures; |
it is found in Winer p. 527.
the test result
Denis Cousineau, denis.cousineau@uottawa.ca
1 2 3 4 | # define a vector (it could be a 1-colum matrix or a one-column data.frame)
x1 <-c(2,3,4,2,5,4)
x2 <- matrix(x1, ncol=2)
WinerCompoundSymmetryTest(x2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.