mammogram | R Documentation |
An experiment where 89,835 women were randomized to either get a mammogram or a non-mammogram breast screening. The response measured was whether they had died from breast cancer within 25 years.
mammogram
A data frame with 89835 observations on the following 2 variables.
a factor with levels control
mammogram
a factor with levels no
yes
Miller AB. 2014. Twenty five year follow-up for breast cancer incidence and mortality of the Canadian National Breast Screening Study: randomised screening trial. BMJ 2014;348:g366.
table(mammogram)
chisq.test(table(mammogram))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.