Skip to content

[R-meta] Inverse weighting after estimation of VCOV

2 messages · Wolfgang Viechtbauer, pedros@c m@iii@g oii st@ii@u@i-m@rburg@de

#
One additional point (leaving aside the issue what the appropriate model for these data is):

rma.mv(yi, vi, V=V_mat, ...)

doesn't make sense. The second unnamed argument ('vi') will be matched to the third argument of rma.mv(), which is argument 'W' for the weights. So you are setting the weights equal to 'vi', which indeed will give more weight to the less precise estimates. Generally, you don't want to manually specify weights (especially in more complex models where there can be an entire weight matrix) unless you really know what you are doing.

Best,
Wolfgang
#
Dear James and Wolfgang,

I think I now understand the reason why it was weighting my data so 
strangely. And your explanations, James, are enough food for though for 
some days. Thank you very much!

Best,

David


Am 03.06.2024 um 09:29 schrieb Viechtbauer, Wolfgang (NP):