Skip to content
Prev 308444 / 398506 Next

Post Hoc tests for ANOVA

Please look at the ?mmc example for two-way ANOVA in library(HH).

If you don't already have HH you can get it with
install.packages("HH")
library(HH)
?mmc

mmc uses the glht function in the multcomp package for its calculations
and then draws the MMC graph.

Rich
On 10/19/12, Amartya <amartya916 at gmail.com> wrote: