RadiationEffects_df | R Documentation |
This dataset, RadiationEffects_df, is a data frame containing data from an experiment conducted to examine the effects of gamma radiation on the number of chromosomal abnormalities observed. The data explores the relationships between radiation dose, dose rate, and chromosomal changes.
data(RadiationEffects_df)
A data frame with 27 observations and 4 variables:
Number of cells observed (integer).
Number of chromosomal abnormalities (integer).
Amount of gamma radiation dose (numeric).
Rate of gamma radiation dose (numeric).
The dataset name has been kept as 'RadiationEffects_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets 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.
Data taken from the faraway package. Based on the study by Purott R. and Reeder E. (1976): *The effect of changes in dose rate on the yield of chromosome aberrations in human lymphocytes exposed to gamma radiation*. Mutation Research, 35, 437–444.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.