Dong2013 | R Documentation |
Network meta-analysis comparing inhaled medications in patients with chronic obstructive pulmonary disease.
A data frame with the following columns:
id | study ID |
treatment | treatment |
death | mortality |
randomized | number of individuals in treatment arm |
The dataset Dong2013 is identical to dataset
dat.dong2013
in R package metadat.
Dong Y-H, Lin H-H, Shau W-Y, Wu Y-C, Chang C-H, Lai M-S (2013): Comparative safety of inhaled medications in patients with chronic obstructive pulmonary disease: systematic review and mixed treatment comparison meta-analysis of randomised controlled trials. Thorax, 68, 48–56
dat.dong2013
,
pairwise
, metabin
,
netmetabin
head(dat.dong2013)
# Transform data from long arm-based format to contrast-based
# format. Argument 'sm' has to be used for odds ratio as summary
# measure; by default the risk ratio is used in the metabin
# function called internally.
#
pw1 <- pairwise(treatment, death, randomized, studlab = id,
data = dat.dong2013, sm = "OR")
# Conduct Mantel-Haenszel network meta-analysis
#
netmetabin(pw1, ref = "plac")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.