Skip to content
Prev 3156 / 5632 Next

[R-meta] Model with intercept gives 0 heterogeneity but without intercept is ok

Thank you. That would mean that in all four cases below, I can
interpret sigma^2.1 as: the variation in true effect sizes at the study
level (i.e., averaged within each study across all studies), above and
beyond the explanatory power of gender, sector, and X (if such variables
across studies).

Thanks, again,
Luke

(A): rma.mv(yi ~  0 + gender + sector +  X , vi, random = ~ 1 |
study/outcome, data = data)
(B): rma.mv(yi ~  0 + sector + gender +  X , vi, random = ~ 1 |
study/outcome, data = data)
(C): rma.mv(yi ~  gender + sector +  X , vi, random = ~ 1 | study/outcome,
data = data)
(D): rma.mv(yi ~  sector + gender +  X , vi, random = ~ 1 | study/outcome,
data = data)

On Mon, Aug 30, 2021 at 4:54 PM Viechtbauer, Wolfgang (SP) <
wolfgang.viechtbauer at maastrichtuniversity.nl> wrote: