search for: lmmass

Displaying 1 result from an estimated 1 matches for "lmmass".

Did you mean: bmaass
2012 Jun 15
1
How do anova() and Anova(type="III") handle incomplete designs?
...= "III")? How do anova() and Anova() handle incomplete designs, and how can interactions of variables with missing levels be interpreted? I realize these are fairly broad questions, but any insight would be helpful. Thanks, all. Below is code to illustrate my question(s): > lmMass <- lm(log(l.mass) ~ day*leaf.species + cond.time, data = growth.data) #lm() without cond.time interactions > lmMassInt <- lm(log(l.mass) ~ day*leaf.species*cond.time, data = growth.data) #lm() with cond.time interactions > anova(lmMass); anova(lmMassInt) #ANOVA summary...