Skip to content
Prev 15849 / 20628 Next

specifying crossed random effects for glmmPQL / lme

There are a few issues here: see comments inline.
On 17-09-26 05:03 PM, Van Rynald Liceralde wrote:
I've seen the arguments that say that one should use a Gamma with
identity link for response time data; I didn't find them 100%
convincing, but whatever (can someone remind me of the reference?)
Nevertheless, be aware that fitting models where the link function
doesn't constrain the predicted value to to the domain of the specified
probability distribution (e.g. Gamma/inverse, Gamma/identity,
binomial/identity ...) is much more likely to be computationally
problematic.
AGHQ is not glmer's default; Laplace (equivalently, AGHQ with a single
quadrature point) is.
The underlying characteristic for whether glmmPQL works well is how
close the sampling distributions of the conditional modes are to being
Gaussian. This generally fails badly in settings where there is little
information on each cluster, which is true for low-count data; I'm not
quite sure how "information per observation" maps onto the Gamma
distribution, although very small shape parameters/skewed distributions
would probably be worse than approximately Normal responses. If you have
many items per subject you're probably OK.

 It is certainly true that where it is sufficiently accurate, PQL is
faster than Laplace or AGHQ.  I'm not sure what you mean by "also allow
for correlations of random effects to be estimated" ...
Unfortunately crossed effects are rather challenging to implement in
nlme (the platform underlying glmmPQL). There is one example in one of
the later chapters of Pinheiro and Bates (2000), but I'm not in a
position to look it up right now ...
Message-ID: <7da5e74a-4019-55d3-0d48-e39129cbc8ac@gmail.com>
In-Reply-To: <CAOQn1wW27+DymtS=aNJ16GjYJ0AdMERhWNXAzvNDY-0FYvFevA@mail.gmail.com>