pubh (version 1.1.16)

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
# NOT RUN {
data(Macmahon)

Macmahon %>%
  cross_tab(cancer ~ age)

odds_trend(cancer ~ age, data = Macmahon)$df
odds_trend(cancer ~ age, data = Macmahon)$fig
# }

Run the code above in your browser using DataLab