return an object of class anova_test
a data frame containing
the ANOVA table for independent measures ANOVA. However, for repeated/mixed
measures ANOVA, it is a list containing the following components are
returned:
ANOVA: a data frame containing ANOVA results
Mauchly's Test for Sphericity: If any within-Ss variables with more
than 2 levels are present, a data frame containing the results of Mauchly's
test for Sphericity. Only reported for effects that have more than 2 levels
because sphericity necessarily holds for effects with only 2 levels.
Sphericity Corrections: If any within-Ss variables are present, a
data frame containing the Greenhouse-Geisser and Huynh-Feldt epsilon values,
and corresponding corrected p-values.
The returned object might have an attribute called args
if
you compute ANOVA using the function anova_test()
. The attribute args
is a
list holding the arguments used to fit the ANOVA model, including: data, dv,
within, between, type, model, etc.
The following abbreviations are used in the different results tables:
DFn Degrees of Freedom in the numerator (i.e. DF effect).
DFd Degrees of Freedom in the denominator (i.e., DF error).
SSn Sum of Squares in the numerator (i.e., SS effect).
SSd Sum of
Squares in the denominator (i.e.,SS error).
F F-value.
p p-value
(probability of the data given the null hypothesis).
p<.05 Highlights
p-values less than the traditional alpha level of .05.
ges Generalized
Eta-Squared measure of effect size.
GGe Greenhouse-Geisser epsilon.
p[GGe] p-value after correction using Greenhouse-Geisser epsilon.
p[GGe]<.05 Highlights p-values (after correction using
Greenhouse-Geisser epsilon) less than the traditional alpha level of .05.
HFe Huynh-Feldt epsilon.
p[HFe] p-value after correction using
Huynh-Feldt epsilon.
p[HFe]<.05 Highlights p-values (after correction
using Huynh-Feldt epsilon) less than the traditional alpha level of .05.
W Mauchly's W statistic