Hello,

I'm having an error when trying to fit the next GLM:

>>model<-glm(response ~ CLONE_M + CLONE_F + HATCHING
+(CLONE_M*CLONE_F) + (CLONE_M*HATCHING) + (CLONE_F*HATCHING) +
(CLONE_M*CLONE_F*HATCHING), family=quasipoisson)
>> anova(model, test="Chi")

>Error in if (dispersion == 1) Inf else object$df.residual : 
  missing value where TRUE/FALSE needed

If I fit the same model by using the Poisson distribution, it works.

I have not a clue about where the problem could be. Do you have any
idea or suggestion I could try?

Thank you in advance, 

Ana 

______________________________________________
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