BORGULYA Gábor
2007-Jun-04 22:25 UTC
[R] Error: could not find function "glht" (multcomp)
Dear List, Could you tell why I get the error message?> library(multcomp) > data("cholesterol") > m = aov(response ~ trt, data = cholesterol) > cht <- glht(m, linfct = mcp(trt = "Tukey"))Error: could not find function "glht" Thank you G?bor
Reasonably Related Threads
- multiple comparison
- Pairwise T-Tests and Dunnett's Test (possibly using multcomp)
- Using multcomp::glht() with Anova object
- glht (multcomp): NA's for confidence intervals using univariate_calpha (fwd)
- multcomp::glht() doesn't work for an incomplete factorial using aov()?