Greetings Below is my code.
library("multcomp") viaModel1 <- aov(libido ~ dose, data=viagraData) dunnettModel <- glht(viaModel1 , linfct = mcp(dose = "Dunnett"), base = "placebo") The code base="placebo" is ignored. All treatments are compared to the first treatment in the order, which is "high dose". It is possible to rearrange the order so that "placebo' is first, but this is inconvenient. Thanks, James F. Henson [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.