Felipe <felipe <at> unileon.es> writes: > With the SAS/STAT, I generally used the MEANS (for comparison of > arithmetic means) and the LSMEANS (for adjusted means) statements of the > GLM procedure (I think it is equivalent to lm in R). They provided a lot > of tests: LSD, Duncan, Tukey-Kramer, Bonferroni, Scheffé, SNK, etc. > However, in R I have only discovered Tukey-HSD.
Package multcomp with the workhorse-function simint comes close to what you want. Dieter ______________________________________________ [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
