pairwise {NMA}R Documentation

Pairwise meta-analyses for all treatment pairs with direct comparisons on the network

Description

Pairwise meta-analyses for all treatment pairs with direct comparisons on the network are performed. The synthesis analyses are performed by rma and regtest in metafor package.

Usage

pairwise(x,method="REML")

Arguments

x

Output object of setup

method

Method of the estimation of pairwise meta-analysis. All possible options of rma function in metafor package is available(default: REML).

Value

Results of the meta-analyses for all possible treatment pairs are presented.

References

DerSimonian, R., and Laird, N. M. (1986). Meta-analysis in clinical trials. Controlled Clinical Trials 7, 177-188.

Egger, M., Davey Smith, G., Schneider, M., and Minder, C. (1997). Bias in meta-analysis detected by a simple, graphical test. BMJ 315, 629-634.

Higgins, J. P. T., and Thompson, S. G. (2002). Quantifying heterogeneity in a meta-analysis. Statistics in Medicine 21, 1539-1558.

Viechtbauer, W. (2010). Conducting meta-analyses in R with the metafor package. Journal of Statistical Software 36, Issue 3.

Examples

data(heartfailure)

hf2 <- setup(study=study,trt=trt,d=d,n=n,measure="OR",ref="Placebo",data=heartfailure)

pairwise(hf2)

[Package NMA version 1.4-2 Index]