powered by
tidy
augment
glance
## S3 method for class 'anova': tidy(x, ...)## S3 method for class 'aov': tidy(x, ...)
## S3 method for class 'aov': tidy(x, ...)
a <- anova(lm(mpg ~ wt + qsec + disp, mtcars)) tidy(a) a <- aov(mpg ~ wt + qsec + disp, mtcars) tidy(a)
Run the code above in your browser using DataLab