Skip to content

generalized linear mixed models: large differences when using glmmPQL or lmer with laplace approximation

1 message · Ben Bolker

#
Martijn Vandegehuchte wrote:
Sorry, I meant glmmPQL -- glmmPQL basically calls lme as a back end,
so "df from lme" is the same as "df from lme".  You can either take
those df (I believe in your case it was 120 (total samples) - 6 (sites)
- 6 (est. fixed parameters) = 108, or run SAS with Satterthwaite and
see what it says df should be.  If you then have a t statistic you
can estimate its (two-tailed) p value with

pt(tstat,df,lower.tail=FALSE)*2

[you can try this on the lme values and see if you get the
right answers]

  Ben Bolker