Hi all,
When one wishes to compare (test) multiple groups (as is the case, for example, when doing anova), one is confronted with the issue of multiple comparisons. The same applys if we wish to plot the comparisons.
My question is thus, what tools (in R) do you know of that allow plotting that reflects multiple comparisons?
Currently, I know of only two (although I am sure there are more):
- TukeyHSD( ) combined with plot( )
- The way boxplot chooses the "notches"
Thanks, Tal