Skip to content
Prev 2570 / 5636 Next

[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.