powered by
tidy_stats.aovlist takes an aovlist object and converts the object to a tidy stats data frame.
tidy_stats.aovlist
# S3 method for aovlist tidy_stats(model)
Output of aov() including within-subject factors.
aov()
# NOT RUN { # Conduct a within-subjects ANOVA model_aov_within <- aov(extra ~ group + Error(ID/group), data = sleep) # Tidy stats tidy_stats(model_aov_within) # }
Run the code above in your browser using DataLab