Sandler: Passive smoking in adulthood and cancer risk.

SandlerR Documentation

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

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".

Source

Sandler, DP, Everson, RB, Wilcox, AJ (1985). Passive smoking in adulthood and cancer risk. Amer J Epidem, 121: 37-48.

Examples

require(dplyr, quietly = TRUE)
data(Sandler)

Sandler %>%
  select(cancer, passive) %>%
  cross_tbl(by = "cancer")

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

josie-athens/pubh documentation built on Feb. 3, 2024, 4:32 a.m.