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