Skip to content
Prev 1354 / 5632 Next

[R-meta] order of effect sizes in data file changes results

Dear Wolfgang,


Thank you very much for your response to this and to my other question, I really appreciate your help!


I have two follow-up questions:

  *   In order to ensure that the V matrix is created in the right order for the analyses, in which I am estimating three outcomes, what is the best way to sort the data file? Currently I have it sorted first by reference (outer factor) and then by outcome (threegroup; inner factor).
  *   When I run the following code, I get large, negative rho values on the off-diagonal. I'm not sure what this means conceptually or if it indicates  problems for downstream  analyses.

resmvberkeyhybrid<-rma.mv(yi,   berkeyV, mods = ~ factor(threegroup), random = ~ threegroup |   reference, struct="UN", method="REML",data=kidtall1, digits=4,  slab =  kidtall1$reference)

Multivariate Meta-Analysis Model (k = 28; method: REML)

Variance Components:

outer factor: reference  (nlvls = 19)
inner factor: threegroup (nlvls = 3)

            estim    sqrt  k.lvl  fixed  level
tau^2.1    1.6240  1.2744     13     no      1
tau^2.2    0.1989  0.4460      7     no      2
tau^2.3    0.6270  0.7918      8     no      3

     rho.1    rho.2    rho.3    1   2   3
1        1  -0.8995  -0.7788    -  no  no
2  -0.8995        1   0.9746    4   -  no
3  -0.7788   0.9746        1    4   1   -

Thank you!

Anna