Learn R Programming

netmeta (version 3.2-0)

Stowe2010: Network meta-analysis of adjuvant treatments to levodopa therapy for Parkinson's disease

Description

This dataset contains data from a Cochrane review assessing efficacy and safety of three drug classes as adjuvant treatment to levodopa therapy in patients with Parkinson’s disease and motor complications (Stowe et al., 2010). The authors conducted three pairwise meta-analyses comparing dopamine agonists, catechol-O-methyl transferase inhibitors (COMTIs), and monoamine oxidase type B inhibitors (MAOBIs), respectively, with placebo.

The primary outcome was the mean reduction of the time spent in a relatively immobile ’off’ phase (mean off-time), calculated in hours per day. Relative treatment effects were expressed as mean difference. Data on this outcome were available for 5,331 patients from 28 studies comparing an active treatment with placebo and one three-arm study comparing two active treatments with placebo.

Arguments

Format

A data frame with the following columns:

studystudy label
idstudy id
t1treatment 1
y1treatment effect arm 1
sd1Standard deviation arm 1
n1Sample size arm 1
t2treatment 2
y2treatment effect arm 2
sd2Standard deviation arm 2
n2Sample size arm 2
t3treatment 3
y3treatment effect arm 3
sd3Standard deviation arm 3
n3Sample size arm 3

See Also

pairwise, metacont, netmeta, netgraph.netmeta

Examples

Run this code
data(Stowe2010)

# Example using pairwise(), netmeta() and netrank():
# example(dat.stowe2010, run.dontrun = TRUE)

Run the code above in your browser using DataLab