tidy_stats.aovlist: Create a tidy stats data frame from an aovlist object

Description Usage Arguments Examples

View source: R/tidy_stats.aovlist.R

Description

tidy_stats.aovlist takes an aovlist object and converts the object to a tidy stats data frame.

Usage

1
2
## S3 method for class 'aovlist'
tidy_stats(model, args = NULL)

Arguments

model

Output of aov() including within-subject factors.

args

Unused.

Examples

1
2
3
4
5
# Conduct a within-subjects ANOVA
model_aov_within <- aov(extra ~ group + Error(ID/group), data = sleep)

# Tidy stats
tidy_stats(model_aov_within)

WillemSleegers/tidystats-v0.3 documentation built on Aug. 12, 2019, 5:31 p.m.