Skip to content
Prev 4700 / 5636 Next

[R-meta] Plotting the correlation among true/random effects across categories

Hi Wolfgang,

Thank you very much for your response. I wanted to ask two
questions regarding your responses.

1-- If instead of struct="UN", I use struct="GEN" (below), then what does
the correlation reported between AL and PD represent?

My understanding is that it represents the correlation between the
'differences' (not between the means of AL and PD) between AL and PD across
the trials, right?

model <- rma.mv(yi~ outcome, vi, data =  dat.berkey1998,
                random = ~ outcome | trial, struct = "GEN")

2-- You mentioned that the estimated variation by the model (say tau2)
accounts for an additional piece (i.e., E(var(u_i|y_i))) in random effects
(ui) that is not present in the BLUPs.

My question is then, is the variation, or correlation obtained by the model
preferred over (and more reliable than) that obtained by hand-calculating
them from the BLUPs?

Many thanks,
Yuhang

On Thu, Jun 1, 2023 at 8:18?PM Viechtbauer, Wolfgang (NP) <
wolfgang.viechtbauer at maastrichtuniversity.nl> wrote: