smokingcessation {netmeta} | R Documentation |
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.
Format
A data frame with the following columns:
event1 | number of individuals with successful smoking cessation in arm 1 |
n1 | number of individuals in arm 1 |
event2 | number of individuals with successful smoking cessation in arm 2 |
n2 | number of individuals in arm 2 |
event3 | number of individuals with successful smoking cessation in arm 3 |
n3 | number of individuals in arm 3 |
treat1 | treatment 1 |
treat2 | treatment 2 |
treat3 | treatment 3 |
Source
Dias S, Welton NJ, Sutton AJ, Caldwell DM, Lu G and Ades AE (2013): Evidence Synthesis for Decision Making 4: Inconsistency in networks of evidence based on randomized controlled trials. Medical Decision Making, 33, 641–56
See Also
pairwise
, metabin
,
netmeta
, netgraph.netmeta
Examples
data(smokingcessation)
head(smokingcessation)
# Examples: example(netmeta)
[Package netmeta version 3.2-0 Index]