This dataset, chile_health_survey_df, is a data frame containing information collected by the Chilean National Health Survey conducted between 2016 and 2017. The objective of the survey was to study the health status of the Chilean population and support health-related public policy design. The dataset includes biometric, behavioral, demographic, and educational variables from 3,211 individuals.
data(chile_health_survey_df)
A data frame with 3,211 observations and 12 variables:
Systolic and diastolic blood pressure (numeric)
Age of the respondent (integer)
Waist circumference and body mass index (numeric)
Health behavior and condition indicators (integer)
Sex of the respondent (1 = male, 0 = female) (integer)
Education level indicators (integer)
The dataset name has been kept as 'chile_health_survey_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChileDataAPI 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.