Re: [R] Multiple comparison test split plot analysis in R

2009-10-26 Thread Richard M. Heiberger
Please see the maiz example in ?HH:::glht.mmc You may need to install HH first with install.packages("HH") __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/post

[R] Multiple comparison test split plot analysis in R

2009-10-26 Thread Jo Stringer
Hi all! I have a split plot analysis in which the model parameters are: Efficacy = y Rep = block Product and rateind = main plot Variety = subplot I can do the split plot analysis with: summary(model1<-aov(efficacy~rep+product*rateind*variety+Error(rep:product:rate), data=ht28)) How do