R/tabularise.anova.R
tabularise_tidy.aov.Rd
Tidy version of the aov object into a flextable object
# S3 method for class 'aov'
tabularise_tidy(data, ...)
An aov object
Additional arguments passed to tabularise_default.anova()
flextable object you can print in different form or rearrange with the {flextable} functions.
iris_aov <- aov(data = iris, Petal.Length ~ Species)
tabularise::tabularise$tidy(iris_aov)
Analysis of variance
Response: Petal.Length
Term
Df
Sum of squares
Mean squares
Fobs. value
p value
Species
2
437.1
218.551
1180
< 2·10-16
***
Residuals
147
27.2
0.185
0 <= '***' < 0.001 < '**' < 0.01 < '*' < 0.05