Skip to content
Prev 238878 / 398500 Next

visualize TukeyHSD results

install.packages('sos' ) # if you do not have it already
library(sos)
hsd <- ???TukeyHSD # 27 matches
summary(hsd) # in 12 packages
hsd # open the results in a browser.
# Note especially the second package multcompView
# The multcomp package with 2 matches has a companion book
# Frank Bretz, Torsten Hothorn and Peter Westfall (2010), Multiple 
Comparisons Using R, CRC Press, Boca Raton.


       Hope this helps.
       Spencer Graves
On 10/21/2010 7:50 PM, Timothy Spier wrote: