Displaying 1 result from an estimated 1 matches for "jddj6aq66wdidrog".
2011 Jan 17
1
Using anova() with glmmPQL()
...the earlier versions of glmmPQL did allow the anova command to work (before ~2004).
However, I couldn't find any other way to run a repeated-measures ANOVA with famiy=binomial. After a while longer on Google, I found a 'workaround' from Spencer Graves (on http://markmail.org/message/jddj6aq66wdidrog#query:how%20to%20use%20anova%20with%20glmmPQL+page:1+mid:jddj6aq66wdidrog+state:results ):
class(lmeres2)="lme"
anova(object=lmeres2,test="Chisq")
numDF denDF F-value p-value
(Intercept) 1 36 182.84356 <.0001
mnth 1 36 164.57288...