ex2220 | R Documentation |
The data are the number of cancer deaths among survivors of the atomic bombs dropped on Japan during World War II, categorized by time (years) after the bomb that death occurred and the amount of radiation exposure that the survivors received from the blast. Also listed in each cell is the person- years at risk, in 100's. This is the sum total of all years spent by all persons in the category. The data can be analyzed by supposing the number of cancer deaths in each cell is Poisson with mean = risk x rate, where risk is the person-years at risk and rate is the rate of cancer deaths per person per year. How does the rate depend on the radiation exposure, after accounting for years after exposure?
ex2220
A data frame with 42 observations on the following 4 variables.
radiation exposure, in rads
years after the exposure
number of survivors in the group
number of survivors in the group who died of Cancer
Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.
Pierce, D.A., personal communication
str(ex2220)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.