Displaying 1 result from an estimated 1 matches for "mcrm3".
2012 Feb 06
2
glht (multicomparisons) with a binomial response variable
Hi,
I,ve a run a model like this
mcrm<-glm(catroj~month,binomial)
      being catroj a binary response variable with two levels (infected and
non infected) 
> anova(mcrm3,test="Chisq")
     Df Deviance Resid. Df Resid. Dev P(>|Chi|)    
NULL                   520     149.81              
mes   3    16.86       517     132.94 0.0007551 ***
When I?m trying to do a post comparisons between factors i tried with glht
of multcomp package by Torsten Hothorn I...