This dataset, SmokeH_df, is a data frame containing information on smoking, homocysteine levels, demographics, and socioeconomic indicators. The dataset consists of 2,475 observations and 15 variables, including biomarkers, smoking-related measures, age, education, and poverty ratio. Some observations contain missing values.
data(SmokeH_df)A data frame with 2,475 observations and 15 variables:
Participant identifier (integer)
Homocysteine level (numeric)
Z score indicator (integer)
Sex indicator (integer, 1 = female, 0 = male)
Age in years (integer)
Education level (integer code)
Poverty ratio (numeric)
Body mass index (numeric)
Cotinine level (numeric)
Smoking type indicator (integer)
Smoking type (character string)
Age category (integer code)
Education category (integer code)
BMI category (integer code)
Poverty category (logical)
The dataset name has been kept as 'SmokeH_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.