Plotting of multiple comparisons?

前端 未结 2 1051
刺人心
刺人心 2021-01-03 09:29

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

2条回答
  •  暖寄归人
    2021-01-03 10:18

    Package multcomp has e.g. plot.cld() -- you could try

    library(multcomp)
    example(plot.cld)
    

    Also, a quick "multiple comparison plot" search at http://rseek.org reveals a few more packages and Task Views.

提交回复
热议问题