This dataset, Benzene_df, is a data frame containing indicators of chromosome damage related to benzene exposure, alcohol consumption, and smoking habits. The dataset consists of 78 observations and 5 variables, including age, exposure, and lifestyle factors. Some observations may contain missing values.
Usage
data(Benzene_df)Format
A data frame with 78 observations and 5 variables:
- age
Age of the subject (integer)
- exposure
Benzene exposure indicator (integer)
- alcohol
Alcohol consumption indicator (integer)
- smoking
Smoking indicator (numeric)
- totalplus
Chromosome damage measure (numeric)
Details
The dataset name has been kept as 'Benzene_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ForCausality 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.
