Skip to content
Prev 4243 / 5632 Next

[R-meta] 回复: terminologies of multilevel and multivariate model when accounting for correlated errors

Great Wolfgang!
I really thank for your time on addressing my concern. I completely understand the two (differences and similirities) now after your explanation. I also want to be a person (like you) who is willing to spend himself/herself valuable time to help an unknown people (like me) when I think I am qualified to be. Very much appreciated!

Best,
Yefeng
________________________________
???: Viechtbauer, Wolfgang (NP) <wolfgang.viechtbauer at maastrichtuniversity.nl>
????: 2022?10?6? 23:57
???: r-sig-meta-analysis at r-project.org <r-sig-meta-analysis at r-project.org>
??: Yefeng Yang <yefeng.yang1 at unsw.edu.au>
??: RE: terminologies of multilevel and multivariate model when accounting for correlated errors

Not 100% sure which two models you are comparing.

rma(yi, V, random = ~ 1 | study/obs)

and

rma(yi, V, random = ~ obs | study)

are identical (as long as the estimate of rho > 0) and neither assumes a 'constant within-study correlation (correlation of estimates or sampling errors within clusters)'. The correlations between the sampling errors are contained in V and those can be of any shape or form (as long as V is positive definite) and that goes for both models.

Both models assume that the correlations of the underlying true effects within studies follow a compound-symmetric structure. In the multilevel model, this happens as a function of the two random effects, in the multilevel parametrization this happens because struct="CS" by default.

But I think what you may be trying to get at is that the multivariate parameterization allows for more flexibility if we want to drop the assumption of compound symmetry. For example, in the Berkey et al. (1998) example, we can simply set struct="UN" to allow the amount of heterogeneity to differ for the two 'observations' within the studies (and if there would be more than two outcomes within studies, then each pair would be allowed to have a different correlation). This is indeed not something we can do with the multilevel formulation.

Best,
Wolfgang