nicotine_gum_df {PulmoDataSets}R Documentation

Nicotine Gum and Smoking Cessation

Description

This dataset, nicotine_gum_df, is a data frame containing meta-analysis data on the effectiveness of nicotine gum for smoking cessation across 26 studies.

Usage

data(nicotine_gum_df)

Format

A data frame with 26 observations (studies) and 4 variables:

qt

Number of successful quitters in treatment group (integer)

tt

Total participants in treatment group (integer)

qc

Number of successful quitters in control group (integer)

tc

Total participants in control group (integer)

Details

The dataset name has been kept as 'nicotine_gum_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.

Source

Data taken from the HSAUR3 package version 1.0-15


[Package PulmoDataSets version 0.1.0 Index]