Skip to content
Prev 2156 / 5636 Next

[R-meta] weight in rmv metafor

Of course the weights "impact the estimated fixed effects". But whether studies with multiple effect sizes tend to receive more weight depends on various factors, including the variances of the random effects and the sampling error (co)variances.

A more detailed discussion around the way weighting works in rma.mv models can be found here:

http://www.metafor-project.org/doku.php/tips:weights_in_rma.mv_models

Note that weights(res, type="rowsum") currently only works in the 'devel' version of metafor, so follow https://wviechtb.github.io/metafor/#installation if you want to reproduce this part as well.

I hope this clarifies things.

Best,
Wolfgang