Skip to content
Prev 6297 / 20628 Next

lmer()----mer_finalize(ans) : singular convergence (7)

Gamma GLMMs?

While one (well, ok I) would naively think that GLMMs with Gamma
distributions would be just as easy (or hard) as any other sort of
GLMMs, it seems that they are in fact harder to implement (or at least
not yet thoroughly/stably working in lme4). Basic simulated examples
of Gamma GLMMs can fail in lme4 despite analogous problems with
Poisson, binomial, etc. distributions. Solutions:

    * the default inverse link seems particularly problematic; try
other links if that is possible/makes sense
    * consider whether a lognormal model (i.e. a regular LMM on logged
data) would work/makes sense
    * glmmPQL
    * other packages (WinBUGS) etc. ?
    * gamlssNP?

HTH,
Dennis
On Sun, Jun 26, 2011 at 7:21 AM, rajibul islam <rimian85 at hotmail.com> wrote: