KoreanSocialSurvey_tbl_df | R Documentation |
This dataset, KoreanSocialSurvey_tbl_df, is a tibble containing a sample of data from the Korean General Social Survey (KGSS) conducted in 2023. It includes demographic, social, and attitudinal variables for respondents.
data(KoreanSocialSurvey_tbl_df)
A tibble with 1123 observations and 13 variables:
Survey year (numeric)
Respondent identifier (numeric)
Age of the respondent (numeric)
Gender indicator: 1 = female, 0 = male (numeric)
Employment status indicator (numeric)
University education indicator (numeric)
Internet use indicator (numeric)
Political ideology score (numeric)
Regional code or classification (numeric)
Satisfaction with financial situation (numeric)
Attitude toward moral issues (numeric)
Category for family planning or related topics (character)
Country affiliation or related attitude (character)
The dataset name has been kept as 'KoreanSocialSurvey_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data taken from the simqi package version 0.2.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.