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
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
2 matches
Mail list logo