pubh (version 1.1.16)

Sandler: Passive smoking in adulthood and cancer risk.

Description

A case-control study to investigate the effects of passive smoking on cancer. Passive smoking was defined as exposure to the cigarette smoke of a spouse who smoked at least one cigarette per day for at least 6 months.

Usage

Sandler

Arguments

Format

A labelled tibble with 998 rows and 3 variables:

passive

Passive smoker, factor with levels "No" and "Yes".

cancer

Diagnosed with cancer, factor with levels "No" and "Yes".

smoke

Active smoker, factor with levels "No" and "Yes".

Examples

Run this code
# NOT RUN {
data(Sandler)

Sandler %>%
  cross_tab(cancer ~ passive)

cross_tab(cancer ~ passive + smoke, data = Sandler)

mhor(cancer ~ smoke/passive, data = Sandler)
# }

Run the code above in your browser using DataLab