tabularise_tidy.aov: Tidy version of the aov object into a flextable object

View source: R/tabularise.anova.R

tabularise_tidy.aovR Documentation

Tidy version of the aov object into a flextable object

Description

Tidy version of the aov object into a flextable object

Usage

## S3 method for class 'aov'
tabularise_tidy(data, ..., kind = "ft", env = parent.frame())

Arguments

data

An anova object

...

Additional arguments passed to tabularise_tidy.anova()

kind

The kind of table to produce: "tt" for tinytable, or "ft" for flextable (default).

env

The environment where to evaluate the object.

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)

SciViews/modelit documentation built on Nov. 24, 2024, 10:23 a.m.