Skip to content
Prev 70 / 5632 Next

[R-meta] Ratio of Means

Please keep r-sig-meta-analysis at r-project.org in cc.

Yes, the same formula hold regardless of the outcome measure.

The row/column names of the G matrix tell you what levels they refer to. In the example:
CON      EXP
CON 2.407333 1.757327
EXP 1.757327 1.431371

So, the variance in the log odds ratios (amount of heterogeneity) is:
[1] 0.3240504

The conditional variance in the log odds in the treatment (EXP) groups (and also of the log odds ratios) is:
[1] 0.1485416

So, baseline risk explains:
[1] 0.5416095

that is, 54% of the heterogeneity.

In your case, it would be about 2%.

Best,
Wolfgang