calcUnivariateTests {jmv} | R Documentation |
Calculate Univariate Tests for ANOVA
Description
Calculate Univariate Tests for ANOVA
Usage
calcUnivariateTests(SSP, SSPE, P, df, error_df)
Arguments
SSP |
Sum of Squares and Products matrix for the term |
SSPE |
Sum of Squares and Products Error matrix |
P |
Design matrix for the term |
df |
Degrees of freedom for the term |
error_df |
Degrees of freedom for the error |
Value
A named list containing univariate test results
[Package jmv version 2.7.0 Index]