health_family_life_df | R Documentation |
This dataset, health_family_life_df, is a data frame from the Chinese Health and Family Life Survey, which sampled 60 villages and urban neighborhoods to represent the full geographical and socioeconomic range of contemporary China. The dataset includes 1,534 observations and covers variables related to age, education, income, health, and well-being, both for respondents and their partners.
data(health_family_life_df)
A data frame with 1,534 observations and 10 variables:
Region of respondent (factor with 6 levels)
Age of respondent (numeric)
Education level of respondent (ordered factor with 6 levels)
Income of respondent (numeric)
Self-reported health status of respondent (ordered factor with 5 levels)
Height of respondent (numeric)
Self-reported happiness level of respondent (ordered factor with 4 levels)
Height of respondent’s partner (numeric)
Education level of respondent’s partner (ordered factor with 6 levels)
Income of respondent’s partner (numeric)
The dataset name has been kept as 'health_family_life_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs 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 HSAUR3 package version 1.0-15
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.