Learn R Programming

netmeta (version 3.1-1)

Woods2010: Count statistics of survival data

Description

Count mortality statistics in randomised controlled trials of treatments for chronic obstructive pulmonary disease (Woods et al. (2010), Table 1).

Arguments

Format

A data frame with the following columns:

authorfirst author / study name
treatmenttreatment
rnumber of deaths in treatment arm
Nnumber of patients in treatment arm

See Also

dat.woods2010, pairwise, metabin, netmeta

Examples

Run this code
head(dat.woods2010)

# \donttest{
# 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 metabin() which is
# called internally.
#
pw1 <- pairwise(treatment, event = r, n = N,
  studlab = author, data = dat.woods2010, sm = "OR")
pw1

# Conduct network meta-analysis
#
net1 <- netmeta(pw1)
net1

# Show forest plot
#
forest(net1, ref = "Placebo", drop = TRUE,
  leftlabs = "Contrast to Placebo")
# }

Run the code above in your browser using DataLab