loading...

Tidy version of the aov object into a flextable object

# S3 method for class 'aov'
tabularise_tidy(data, ...)

Arguments

data

An aov object

...

Additional arguments passed to tabularise_default.anova()

Value

flextable object you can print in different form or rearrange with the {flextable} functions.

Examples

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