Skip to content
Prev 17012 / 20628 Next

Comparing Gaussian and bêta regression

In the case of only random intercepts, there are formulas that you can use to obtain the marginalized coefficients. I.e.,

\beta^M = \beta^SS / sqrt(1 + \kappa * \sigma_b^2),

where \beta^SS are the subject-specific coefficients, \kappa is a constant that depends on the link function, and \sigma_b^2 the variance of the random intercepts.

For the case with more random effects, Heagerty and colleagues have worked on marginalized models, but these are rather complicated.

However, recently Hedeker et al. (2017) came up with a nice a simple idea to obtain the marginalized coefficients. This is implemented in the function marginal_coefs() of my GLMMadaptive package; check https://drizopoulos.github.io/GLMMadaptive/articles/Methods_MixMod.html#marginalized-coefficients

Best,
Dimitris

From: Ben Bolker <bbolker at gmail.com<mailto:bbolker at gmail.com>>
Date: Friday, 21 Sep 2018, 4:02 PM
To: Emmanuel Curis <emmanuel.curis at parisdescartes.fr<mailto:emmanuel.curis at parisdescartes.fr>>, D. Rizopoulos <d.rizopoulos at erasmusmc.nl<mailto:d.rizopoulos at erasmusmc.nl>>
Cc: r-sig-mixed-models at r-project.org <r-sig-mixed-models at r-project.org<mailto:r-sig-mixed-models at r-project.org>>
Subject: Re: [R-sig-ME] Comparing Gaussian and b?ta regression


   Does anyone know offhand if there's R code (ideally a package)
floating around that implements these marginalization calculations for
mixed model estimates, by delta method or quadrature or simulation or
... ?  (The mixed-model ecosystem is getting pretty big and messy ...)
Do SAS/Stata/whatever have straightforward ways to do this that we could
copy?

  cheers
    Ben Bolker
On 2018-09-21 09:20 AM, Emmanuel Curis wrote: