Skip to content
Prev 2476 / 5636 Next

[R-meta] Egger's test with multilevel meta analysis

Unfortunately the error persists even after making your correction







Dylan Johnson, MSc

MA Student, School and Clinical Child Psychology
Department of Applied Psychology and Human Development

University of Toronto
252 Bloor Street West

Toronto, ON M5S 1V6



From: Viechtbauer, Wolfgang (SP)<mailto:wolfgang.viechtbauer at maastrichtuniversity.nl>
Sent: December 9, 2020 1:56 PM
To: Dylan Johnson<mailto:dylanr.johnson at mail.utoronto.ca>
Cc: R meta<mailto:r-sig-meta-analysis at r-project.org>
Subject: RE: [R-meta] Egger's test with multilevel meta analysis



EXTERNAL EMAIL:

That call to rma.mv() doesn't look right. Maybe you meant:

egger_multi <- rma.mv(HEDGE_G, HEDGE_VAR, random = ~ 1 | COHORT_ID/EFFECT_ID, mods = ~ STD_ERR, data = dataset)

Best,
Wolfgang