calcMauchlyTest {jmv} | R Documentation |
Perform Mauchly's Test of Sphericity
Description
Perform Mauchly's Test of Sphericity
Usage
calcMauchlyTest(SSD, P, df)
Arguments
SSD |
A matrix representing the Sum of Squares and Cross-Products for the Differences |
P |
The design matrix for the effect |
df |
Numeric value representing the degrees of freedom for error |
Value
A named numeric vector with the Mauchly's test statistic (W) and the p-value
[Package jmv version 2.7.0 Index]