Skip to content
Prev 4437 / 5636 Next

[R-meta] Rare dependent variable with correlation among effect sizes

Hi Arthur,

Just a small correction: vcov() should be vcalc().

But to your actual question: rma.glmm() doesn't handle that. Some options:

1) use rma.mv() with a measure like "AS" and use vcalc() to construct the V matrix.

2) go straight to lme4::glmer(). Except for the non-central hypergeometric model, rma.glmm() is in essence just a wrapper for lme4::glmer() (or GLMMadaptive / glmmTMB as alternatives).

Best,
Wolfgang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 6017 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20230306/a44ec672/attachment.bin>