Network meta-analysis comparing the effects of a number of treatments for Parkinson's disease.
The data are the mean lost work-time reduction in patients given dopamine agonists as adjunct therapy in Parkinson’s disease (Franchini et al. 2012). The data are given as sample size, mean and standard deviation in each trial arm. Treatments are placebo and four active drugs. These data are used as an example in the supplemental material of Dias et al. (2013) where placebo is coded as 1 and the four active drugs as 2 to 5.
A data frame with the following columns:
Study | study label |
Treatment1 | treatment 1 |
y1 | treatment effect arm 1 |
sd1 | Standard deviation arm 1 |
n1 | Sample size arm 1 |
Treatment2 | treatment 2 |
y2 | treatment effect arm 2 |
sd2 | Standard deviation arm 2 |
n2 | Sample size arm 2 |
Treatment3 | treatment 3 |
y3 | treatment effect arm 3 |
sd3 | Standard deviation arm 3 |
n3 | Sample size arm 3 |
dat.franchini2012
,
pairwise
, metacont
,
netmeta
, netgraph.netmeta
head(dat.franchini2012)
# Example using pairwise() and netmeta():
# example(dat.franchini2012, run.dontrun = TRUE)
Run the code above in your browser using DataLab