må. den 14. 01. 2013 klokka 13.58 (-0500) skreiv Richard M. Heiberger: > Please look at the MMC (Mean-mean Multiple Comparisons) plot in the HH > package. It displays both the means and the differences. > > install.packages("HH") ## if you don't already have it. > library(HH) > ?MMC
Thanks for the suggestion. That’s a very interesting and clever way of displaying both means and differences. It’s not what I was looking for, though, as it doesn’t display the actual data. For the record, here’s the syntax for using MMC on the dataset mentioned in my original posting: l.mmc=mmc(l, linfct = mcp(trt = "Tukey")) plot(l.mmc) (It looks best on data where the group means aren’t very close; otherwise the labels might overlap.) -- Karl Ove Hufthammer ______________________________________________ R-help@r-project.org 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.