R-help, I was searching the R archives for information on multiple comparisons and found that "ctest" package may contain something useful for my study. But there seems not to be such a package on CRAN. Anything I am missing? Thanks in advance
On Wed, 2006-03-01 at 10:08 +0000, Luis Ridao Cruz wrote:> R-help, > > I was searching the R archives for information on multiple comparisons > and found that "ctest" package may contain something useful for > my study. But there seems not to be such a package on CRAN. > > Anything I am missing? > > Thanks in advanceThe ctest package was merged into the stats package in R version 1.9.0. The help.search() function is useful in situations like this, e.g. help.search("multiple comparison") will point you towards the p.adjust() function. Martyn ----------------------------------------------------------------------- This message and its attachments are strictly confidential. ...{{dropped}}
"Luis Ridao Cruz" <Luisr at frs.fo> writes:> R-help, > > I was searching the R archives for information on multiple comparisons > and found that "ctest" package may contain something useful for > my study. But there seems not to be such a package on CRAN. > > Anything I am missing?It was fused with the "stats" package (in base R) many moons ago. I suppose you were looking for TukeyHSD? You should also check out the multcomp package though. -- O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907