# NOT RUN {
## examples using it with single level data
## differences based on an ANOVA and follow up contrasts
TukeyHSDgg("cyl", "mpg", mtcars)
# }
# NOT RUN {
TukeyHSDgg("Species", "Sepal.Length", iris)
## example based on multilevel data
## differences based on model fit with lmer and follow up contrasts
TukeyHSDgg("treatment", "decrease", OrchardSprays, idvar = "colpos")
# }
Run the code above in your browser using DataLab