Re: [R] qustion-binomial Ancova

2010-07-15 Thread Ben Bolker
רננה לביא mail.huji.ac.il> writes: > > if I have binomial Ancova like: > model<-glm(y~treatment*x, binomial) > summary(model) > how should I understand the output? > I want to know if I have interaction between the treatments and if the > regression is significant? > should I write: > summary(ao

[R] qustion-binomial Ancova

2010-07-15 Thread רננה לביא
if I have binomial Ancova like: model<-glm(y~treatment*x, binomial) summary(model) how should I understand the output? I want to know if I have interaction between the treatments and if the regression is significant? should I write: summary(aov(model)) or: summary(glm(model))? every summary give di