Skip to content
Prev 307048 / 398506 Next

Anova

Hello,

You're thinking of ?aov. anova() does _not_ have a formula interface, it 
would be

anova(lm(HSuccess ~ Veg, data = data.to.analyze))

or

aov(HSuccess ~ Veg, data = data.to.analyze)

Hope this helps,

Rui Barradas
Em 05-10-2012 09:27, Jhope escreveu: