Re: [R] Post-hoc tests on Split-plot design

2015-05-13 Thread Shah
Hi Richard, Thank you very much for your cooperation. I installed the packages "HH" and run the following model: Bud.aov<-aov(terms(Budburst~CO2*SoilTemp*Photoperiod+Greenhouse/(SoilTemp*Photoperiod),keep.order=TRUE),data=data) > summary(Bud.aov)

Re: [R] Post-hoc tests on Split-plot design

2015-05-12 Thread Richard M. Heiberger
Yes, it is possible with the mmc function in the HH package. install.packages("HH") ## if you don't have it yet. library(HH) ?MMC Look at the maiz example, the long last example in ?MMC. When you are ready for followup questions, reply to this message to R-help (not directly to me and not to na

[R] Post-hoc tests on Split-plot design

2015-05-12 Thread Md Newaz
Dear R-help, can you please post the following message to the r-nabble forum. Thanks! - Dear R users, I have been attempting to carry out post-hoc tests on a spli