| atombomb {ACSWR} | R Documentation |
Japanese atomic bomb survivors
Description
Gore, et al. (2006) consider the frequencies of cancer deaths of Japanese atomic bomb survivors by extent of exposure, years after exposure, etc. This data set has appeared in the journal "Statistical Sleuth".
Usage
data("atombomb")
Format
A data frame with 84 observations on the following 4 variables.
RadiansExtent of exposure to the radian levels
Count.Typethe type of count
At RiskDeath CountCount.Age.Groupage group with levels
'0-7''12-15''16-19''20-23''24-27''28-41''8-11'Frequencythe count of deaths
References
Gore, A.P., Paranjape, S. A., and Kulkarni, M.B. (2006). 100 Data Sets for Statistics Education. Department of Statistics, University of Pune.
Examples
data(atombomb)
atombombxtabs <- xtabs(Frequency~Radians+Count.Type+Count.Age.Group,data=atombomb)
atombombxtabs
[Package ACSWR version 1.0 Index]