Hi, I've done a repeated ANOVA looking as follows: model<-aov(y~a*b*c+Error(d))
Now I want to get rid of some or all of the interactions. But neither AIC nor anova work. What is the appropriate function to test my model? ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
