[R-sig-ME] Checking overdispersion in binomial mixed model

S Ellison S.Ellison at lgcgroup.com
Fri Feb 7 14:12:58 CET 2014



> -----Original Message-----
> return(  sqrt( sum(c(modelglmer at resid, modelglmer at u) ^2) / n ) ) }
...

> However, if I try this in the new version I get the error
> disp_glmer(fit3) #looks fine (0,998)
> Error in disp_glmer(fit3) :
>   no slot of name "resid" for this object of class "glmerMod"

Try residuals(modelglmer) instead of modelglmer at resid ?

S Ellison



*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}



More information about the R-sig-mixed-models mailing list