Re: [R] Split Plot and Tukey

2010-02-17 Thread RICHARD M. HEIBERGER
Please look at the maiz example, the last example in ?MMC in the HH package, to see how to display pairwiuse contrasts in split-plot experiments. Look at the entire example, all the way to the end of the help file. Rich __ R-help@r-project.org mailing l

Re: [R] Split Plot and Tukey

2010-02-17 Thread Gabriela Cendoya
rom: "Silvano" To: Sent: Wednesday, February 17, 2010 9:15 AM Subject: [R] Split Plot and Tukey Hi, I did the analysis of variance of a split-plot and the effect of treatment was significant. I would like compare treatment means using Tukey. I can't extract the mean square to a

[R] Split Plot and Tukey

2010-02-17 Thread Silvano
Hi, I did the analysis of variance of a split-plot and the effect of treatment was significant. I would like compare treatment means using Tukey. I can't extract the mean square to apply HSD.test to use in agricolae package. anava = aov(ganhos ~ Blocos + Trat*Supl + Error(Blocos/Trat)) nam