Skip to content
Prev 4782 / 5636 Next

[R-meta] Question on funnel plot interpretation

Dear all,

Now that I see Wolfgang post at :
https://stat.ethz.ch/pipermail/r-sig-meta-analysis/2020-May/002086.html
since I am using correlations I should use sample size instead of sampling
variance. If I am not mistaken that would be something like in the code and
results below.

Regards,
Gabriel

## code and results
PubB_4<-rma.mv(yi = yi,
               V = vi,
               mods =   ~ I(1/ni),
               random = ~ 1 | Article / Sample_ID,
               data = dat,
               method = "REML")

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

Variance Components:

            estim    sqrt  nlvls  fixed             factor
sigma^2.1  0.8940  0.9455     72     no            Article
sigma^2.2  2.1967  1.4821    149     no  Article/Sample_ID

Test for Residual Heterogeneity:
QE(df = 147) = 24601.0926, p-val < .0001

Test of Moderators (coefficient 2):
QM(df = 1) = 1.3476, p-val = 0.2457

Model Results:

         estimate      se     zval    pval     ci.lb   ci.ub
intrcpt    0.5927  0.2840   2.0868  0.0369    0.0360  1.1494  *
I(1/ni)   -9.0062  7.7582  -1.1609  0.2457  -24.2119  6.1995

---
  Signif. codes:  0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1
On Wed, Jul 5, 2023 at 1:35?PM Gabriel Cotlier <gabiklm01 at gmail.com> wrote: