I'm still relatively new to R but was wondering if anyone could help me force R to compute the f-statistic etc using the the nested term rather than the residual. In my particular case we were nesting a treatment effect by a replicated tank which was not non-significant enough (p>0.25)to be dropped from the statistical model.
Here's my code: summary(analysis1<-aov(Area~Treatment/Tank)) Area is the response variable, treatment is the main effect, nested within a replicated tank. Thanks so much for your help. -- View this message in context: http://r.789695.n4.nabble.com/ANOVA-testing-over-nested-MS-term-tp4481767p4481767.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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/posting-guide.html and provide commented, minimal, self-contained, reproducible code.