Skip to content
Prev 2390 / 5636 Next

[R-meta] Multilevel Meta-regression with Multiple Level Covariates

Hi Billy,

The metafor package does have the rma.glmm() function for fitting
generalized linear mixed models (GLMMs), including with non-gaussian
distributions. However, as far as I understand GLMMs (which are also what
lme4 does) would not really work for your data because you have cluster
dependence in the measurement level of the model, not just in the random
effects. GEEs could handle this though, and the packages you found (gee and
geepack) are what I would recommend using. There's a very large literature
on these models. Here's a good introductory blog post, which has links to
further (more formal) reading:
https://rlbarter.github.io/Practical-Statistics/2017/05/10/generalized-estimating-equations-gee/

James
On Tue, Sep 29, 2020 at 4:27 PM Billy Goette <billy.goette at gmail.com> wrote: