Skip to content
Prev 2727 / 5632 Next

[R-meta] Multivariate meta-analysis when "some studies" are multi-outcome

Dear Simon,

At the very least, you should add random effects at the level of the studies and at the level of the estimates, so:

dat$estid <- 1:nrow(dat)

and then

random = ~ 1 | id / estid

For longitudinal data, one could also consider using some kind of autocorrelation structure for the estimates within studies. There are some examples here:

https://wviechtb.github.io/metafor/reference/dat.ishak2007.html
https://wviechtb.github.io/metafor/reference/dat.fine1993.html

clubSandwich::impute_covariance_matrix() also allows for the construction of a V matrix with an autocorrelation structure.

If the different outcomes are meaningfully related across studies (i.e., outcome '1' stands for the same thing across all studies), then one could also consider using an unstructured var-cov matrix with correlated random effects for outcomes within studies. This would be akin to:

https://www.metafor-project.org/doku.php/analyses:berkey1998

Best,
Wolfgang

Thread (21 messages)

Simon Harmel Multivariate meta-analysis when "some studies" are multi-outcome Mar 13 Wolfgang Viechtbauer Multivariate meta-analysis when "some studies" are multi-outcome Mar 15 Simon Harmel Multivariate meta-analysis when "some studies" are multi-outcome Mar 15 Wolfgang Viechtbauer Multivariate meta-analysis when "some studies" are multi-outcome Mar 16 Gladys Barragan-Jason Multivariate meta-analysis when "some studies" are multi-outcome Mar 16 Simon Harmel Multivariate meta-analysis when "some studies" are multi-outcome Mar 16 Wolfgang Viechtbauer Multivariate meta-analysis when "some studies" are multi-outcome Mar 17 Wolfgang Viechtbauer Multivariate meta-analysis when "some studies" are multi-outcome Mar 17 Simon Harmel Multivariate meta-analysis when "some studies" are multi-outcome Mar 17 Reza Norouzian Multivariate meta-analysis when "some studies" are multi-outcome Mar 17 Simon Harmel Multivariate meta-analysis when "some studies" are multi-outcome Mar 17 Gladys Barragan-Jason Multivariate meta-analysis when "some studies" are multi-outcome Mar 17 Gladys Barragan-Jason Multivariate meta-analysis when "some studies" are multi-outcome Mar 18 Wolfgang Viechtbauer Multivariate meta-analysis when "some studies" are multi-outcome Mar 18 Gladys Barragan-Jason Multivariate meta-analysis when "some studies" are multi-outcome Mar 18 Wolfgang Viechtbauer Multivariate meta-analysis when "some studies" are multi-outcome Mar 18 Simon Harmel Multivariate meta-analysis when "some studies" are multi-outcome Mar 18 Wolfgang Viechtbauer Multivariate meta-analysis when "some studies" are multi-outcome Mar 18 Simon Harmel Multivariate meta-analysis when "some studies" are multi-outcome Mar 18 Wolfgang Viechtbauer Multivariate meta-analysis when "some studies" are multi-outcome Mar 18 Simon Harmel Multivariate meta-analysis when "some studies" are multi-outcome Mar 18