pubh (version 1.3.2)

Macmahon: Breast cancer and age of childbirth.

Description

An international case-control study to test the hypothesis that breast cancer is related to the age that a woman gives childbirth.

Usage

Macmahon

Arguments

Format

A labelled tibble with 185 rows and 2 variables:

cancer

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

age

Age mother gives childbirth, factor with levels "<20", "20-24", "25-29", "30-34" and ">34".

Examples

Run this code
require(dplyr, quietly = TRUE)
data(Macmahon)

Macmahon %>%
  select(cancer, age) %>%
  cross_tbl(by = "cancer")

Run the code above in your browser using DataLab