Description Usage Arguments Examples
View source: R/tidy_stats.aov.r
tidy_stats.aov
takes an aov object and converts the object to a tidy stats data frame.
1 2 | ## S3 method for class 'aov'
tidy_stats(model, args = NULL)
|
model |
Output of |
args |
Unused. |
1 2 3 4 5 | # Conduct an ANOVA
model_aov <- aov(yield ~ block + N * P * K, npk)
# Tidy stats
tidy_stats(model_aov)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.