Skip to content
Prev 3783 / 5636 Next

[R-meta] Meta-Analysis and Forest Plot for Multiple Treatments and Outcomes

Hi Ruth,

First of all, if I understand it correctly, what you are aiming at is a 
network meta-analysis (NMA). Therefore, meta is not the appropriate R 
package, which would be netmeta (specialized to NMA) or metafor (more 
general). It seems you have in fact used netmeta, because you write 
about a netmeta object, is that true? I would see the NMA as the primary 
analysis and the pairwise meta-analyses as sensitivity analyses. These 
can be conducted using function netpairwise() in netmeta; for the fixed 
effect model, also netsplit() should provide the direct pairwise 
comparisons. Perhaps @Guido Schwarzer sees a convenient way to visualize 
the results within the same forest plot using forest.netsplit().

I would expect a problem with Hedges' g for three-arm studies because 
the results within a trial may become inconsistent (this holds for 
Hedges' g, but not for Cohen's d, as implemented in netmeta).

Note that netmeta accounts for multiple comparisons between groups with 
a study, however, it does not handle multivariate outcomes. Thus, if you 
want to account for correlation between outcomes, you need metafor. With 
respect to metafor, others are more expert than me.

Best,

Gerta

Am 31.01.2022 um 19:02 schrieb Ruth Appel: