Gurusamy2011 | R Documentation |
Network meta-analysis comparing the effects of a number of interventions for decreasing blood loss and blood transfusion requirements during liver transplantation.
A data frame with the following columns:
study | study information (first author, year) |
treatment | treatment |
death | mortality at 60 days post-transplantation |
n | number of individuals in treatment arm |
The dataset Gurusamy2011 is identical to dataset
dat.gurusamy2011
in R package metadat.
Gurusamy KS, Pissanou T, Pikhart H, Vaughan J, Burroughs AK, Davidson BR (2011): Methods to decrease blood loss and transfusion requirements for liver transplantation. Cochrane Database of Systematic Reviews, CD009052
dat.gurusamy2011
,
pairwise
, metabin
,
netmetabin
head(dat.gurusamy2011)
# 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, n, studlab = study,
data = dat.gurusamy2011, sm = "OR")
# Conduct Mantel-Haenszel network meta-analysis
#
netmetabin(pw1, ref = "cont")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.