powered by
tidy_stats.aov takes an aov object and converts the object to a tidy stats data frame.
tidy_stats.aov
# S3 method for aov tidy_stats(model)
Output of aov without within-subject factors.
aov
# NOT RUN { # Conduct an ANOVA model_aov <- aov(yield ~ block + N * P * K, npk) # Tidy stats tidy_stats(model_aov) # }
Run the code above in your browser using DataLab