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 different answers.
thanks!

--

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to