This dataset, atomic_bomb_survivors_df, is a data frame containing frequencies of cancer deaths among Japanese atomic bomb survivors, categorized by extent of exposure, years after exposure, and age group. The dataset was used in the journal Statistical Sleuth and analyzed by Gore et al. (2006).
Usage
data(atomic_bomb_survivors_df)
Format
A data frame with 84 observations and 4 variables:
- Radians
Radiation exposure level (integer)
- Count.Type
Type of count (factor)
- Count.Age.Group
Age group at time of observation (factor)
- Frequency
Frequency of cancer deaths (integer)
Details
The dataset name has been kept as 'atomic_bomb_survivors_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.