ezANOVA
and displays the results in a compact format.anova_out(ezout, print = TRUE, sph.cor = "GG", mau.p = 0.05, etasq = "partial", dfsep = ", ")
ezANOVA
. This call has to have included a detailed output (detailed=TRUE
).TRUE
)."no","GG","HF"
; default="GG"
).0.05
)."partial"; default
) or generalized eta-squared ("generalized"
).", "
).anoout(ezout,...)
returns a list containing (1) the ANOVA table, (2) sphericity tests and corrections (if applicable), (3) formatted ANOVA results, (4) notes about which correction was applied to which effect.
ezANOVA
is formatted according to the guidelines of the APA (American Psychological Association) as well as the DGPs ("Deutsche Gesellschaft fuer Psychologie"; German Psychological Society).
For repeated-measures ANOVAs, sphericity corrections are automatically applied to the p-values of effects that produced a significant result in Mauchly's test of sphericity. The corresponding input arguments (sph.cor
and mau.p
) do not affect between-subject designs.
ezANOVA
; aov
; chi_out
; cor_out
; t_out
;