Re: [R] Help with multiple comparisons on a 2-way repeated measures ANOVA

2009-11-20 Thread Karine Gagnon
Thank you! That's exactly what I was looking for. Very much appreciated! Karine On Fri, Nov 20, 2009 at 5:14 PM, Richard M. Heiberger wrote: > > install.packages("HH") > > library(HH) > > ?MMC > > Go to the bottom of the page and read the maiz example. > Read through the example that shows aovl

Re: [R] Help with multiple comparisons on a 2-way repeated measures ANOVA

2009-11-20 Thread Richard M. Heiberger
install.packages("HH") library(HH) ?MMC Go to the bottom of the page and read the maiz example. Read through the example that shows aovlist objects don't work and how to construct the equivalent aov object. __ R-help@r-project.org mailing list https