Learn R Programming

netmeta (version 3.2-0)

smokingcessation: Network meta-analysis of interventions for smoking cessation

Description

Network meta-analysis comparing the effects of a number of interventions for smoking cessation.

These data are used as an example in Dias et al. (2013), page 651.

Arguments

Format

A data frame with the following columns:

event1number of individuals with successful smoking cessation in arm 1
n1number of individuals in arm 1
event2number of individuals with successful smoking cessation in arm 2
n2number of individuals in arm 2
event3number of individuals with successful smoking cessation in arm 3
n3number of individuals in arm 3
treat1treatment 1
treat2treatment 2
treat3treatment 3

See Also

pairwise, metabin, netmeta, netgraph.netmeta

Examples

Run this code
data(smokingcessation)
head(smokingcessation)

# Examples: example(netmeta)

Run the code above in your browser using DataLab