?glht says >with 'print', 'summary', 'confint', 'coef' and 'vcov' methods >being available.
try: example(glht) summary(glht(amod, linfct = mcp(tension = "Tukey"))) confint(glht(amod, linfct = mcp(tension = "Tukey"))) On 3/19/07, Nair, Murlidharan T <[EMAIL PROTECTED]> wrote: > I used the multcomp package sometime back for doing multiple > comparisons. I see that it has been updated and the methods like simint > are no longer supported. When I run the program it prompts to me to use > glht. How do I get the lower and upper conf int and the pValues using > glht? Does anyone have an example? > > Thanks ../Murli > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > 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. > ______________________________________________ [email protected] mailing list 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.
