anova
-objects from e.g. model comparisons are currently
not supported.
"apa_print"(x, es = "ges", observed = NULL, in_paren = FALSE, ...)
"apa_print"(x, es = "ges", observed = NULL, in_paren = FALSE, ...)
"apa_print"(x, es = "ges", observed = NULL, in_paren = FALSE, ...)
"apa_print"(x, es = "ges", observed = NULL, in_paren = FALSE, ...)
"apa_print"(x, es = "ges", observed = NULL, in_paren = FALSE, ...)
"apa_print"(x, correction = "GG", es = "ges", observed = NULL, in_paren = FALSE, ...)
ges
for generalized eta-squared or pes
for partial eta-squared.GG
for Greenhouse-Geisser or HF
for Huyn-Feldt methods or none
is also possible.apa_print.aov
and related functions return a list containing the following components according to the input:aov
summary.aov
aovlist
summary.aovlist
anova
Anova.mlm
The factor names are sanitized to facilitate their use as list names (see Value section). Parentheses
are omitted and other non-word characters are replaced by _
.
If in_paren
is TRUE
parentheses in the formated string, such as those surrounding degrees
of freedom, are replaced with brackets.
aov
, Anova
Other apa_print: apa_print.htest
;
apa_print.lm
,
apa_print.summary.lm
;
apa_print
## From Venables and Ripley (2002) p. 165.
npk_aov <- aov(yield ~ block + N * P * K, npk)
apa_print(npk_aov)
Run the code above in your browser using DataLab