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).
data(atomic_bomb_survivors_df)A data frame with 84 observations and 4 variables:
Radiation exposure level (integer)
Type of count (factor)
Age group at time of observation (factor)
Frequency of cancer deaths (integer)
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.