Skip to content
Prev 2573 / 5636 Next

[R-meta] rma.mv meta-regression

Argh, having some troubles with my email client and ended up replying to the wrong post below. This post was meant to be a response to:

https://stat.ethz.ch/pipermail/r-sig-meta-analysis/2021-January/002565.html

Sorry about the mess.

Best,
Wolfgang

-----Original Message-----
From: R-sig-meta-analysis [mailto:r-sig-meta-analysis-bounces at r-project.org] On Behalf Of Viechtbauer, Wolfgang (SP)
Sent: Tuesday, 05 January, 2021 9:39
To: James Pustejovsky; Emanuele F. Osimo
Cc: R meta
Subject: Re: [R-meta] rma.mv meta-regression

Further comments from my side below as well.

Best,
Wolfgang
This model should not have any variance components called "sigma2.1" or "sigma2.2". When using the "random = ~ IDeffect | IDstudy" notation, you should get "tau2" and "rho" values.

However, this model doesn't make much sense. I assume that different values of "IDeffect" are just used to differentiate multiple effects within the same study, but the levels are not meaningful in themselves (as opposed to the Berkey example, where the two levels of the 'inner' factor differentiate the two different outcomes). It would make more sense to use 'random = ~ IDeffect | IDstudy, struct = "CS"' which is in essence the same as 'random = ~ 1 | IDstudy / IDeffect'. See:

http://www.metafor-project.org/doku.php/analyses:konstantopoulos2011
This is probably again related to using struct="UN", which is (probably) not appropriate here.
It should be: "random = ~ 1 | IDstudy / IDeffect" or "random = ~ 1 | IDstudy / IDsubsample / IDeffect".
Agree. I would go with the IDstudy/IDsubsample/IDeffect model.