WinerCompoundSymmetryTest: WinerCompoundSymmetryTest

Description Usage Arguments Details Value Author(s) References Examples

Description

This function computes the Winer test of compound symmetry.

Usage

1

Arguments

x

a data frame of repeated measures;

Details

it is found in Winer p. 527.

Value

the test result

Author(s)

Denis Cousineau, denis.cousineau@uottawa.ca

References

https://.../...

Examples

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)

dcousin3/vicky documentation built on May 30, 2019, 1:27 p.m.