Skip to content
Prev 33846 / 398513 Next

extracting effects estimates from aov model with Error()

I think you are applying effects to the summary, but you would need to 
apply it to each stratum in turn, e.g.  effects(fit[[2]])

Consider

example(aov)
effects(npk.aov[[3]])
On Wed, 25 Jun 2003, Peter Ho wrote: