kableANOVA: Format ANOVA results as a neat kableExtra printed table....

Description Usage Arguments Value Examples

View source: R/table.R

Description

Format ANOVA results as a neat kableExtra printed table. Designed with ezANOVA in mind.

Usage

1
kableANOVA(ANOVA, ...)

Arguments

ANOVA

ANOVA results to format

...

passed on to kableExtra::kable

Value

formatted version of ANOVA for inclusion in a report

Examples

1
2
3
4
5
## Not run: 
ezOutput <- ez::ezANOVA(...)
kableANOVA(ezOutput$ANOVA, caption = "Table of ANOVA results")

## End(Not run)

mjaquiery/prettyMD documentation built on Oct. 6, 2021, 4:16 p.m.