Description Usage Arguments Value Examples
Format ANOVA results as a neat kableExtra printed table. Designed with ezANOVA in mind.
1 | kableANOVA(ANOVA, ...)
|
ANOVA |
ANOVA results to format |
... |
passed on to |
formatted version of ANOVA for inclusion in a report
1 2 3 4 5 | ## Not run:
ezOutput <- ez::ezANOVA(...)
kableANOVA(ezOutput$ANOVA, caption = "Table of ANOVA results")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.