Skip to content
Prev 16713 / 20628 Next

GLMMs with Adaptive Gaussian Quadrature

Indeed! GLMMadaptive::mixed_model is also more flexible in allowing users to define their own mixed models by specifying the log-density of the repeated measurements outcome, i.e., something similar to what Proc NLMIXED in doing in SAS. More info in the vignette: https://cran.r-project.org/web/packages/GLMMadaptive/vignettes/Custom_Models.html 

Best,
Dimitris


-----Original Message-----
From: Ben Bolker <bbolker at gmail.com> 
Sent: Friday, June 15, 2018 7:57 PM
To: D. Rizopoulos <d.rizopoulos at erasmusmc.nl>
Cc: r-sig-mixed-models at r-project.org
Subject: Re: [R-sig-ME] GLMMs with Adaptive Gaussian Quadrature

Good point.  Extending AGQ to more complex models in lme4 is something that's been on my list for a long time, but it's great to see someone meeting the need.  Even if I or someone does eventually get it working in lme4, two implementations are always better than one ...

  For those interested in this topic, there are a few other approaches to improved frequentist estimates (i.e. without going full-Bayesian) that are implemented in R:  Helen Ogden's glmmsr package implements sequential reduction and importance sampling methods, The glmm and bernor packages use other flavors of importance sampling/MC likelihood approximations. glmmADMB has importance sampling; TMB (the engine underlying glmmTMB) has an importance-sampling method, but it hasn't
(yet) been integrated in glmmTMB ...

  cheers
    Ben Bolker
On Fri, Jun 15, 2018 at 12:34 PM, D. Rizopoulos <d.rizopoulos at erasmusmc.nl> wrote: