powered by
## S3 method for class 'TukeyHSD': tidy(x, ...)
TukeyHSD
fm1 <- aov(breaks ~ wool + tension, data = warpbreaks) thsd <- TukeyHSD(fm1, "tension", ordered = TRUE) tidy(thsd)
Run the code above in your browser using DataLab