
A Sample of Korean General Social Survey Data, 2023
Source:R/data-documentation.R
KoreanSocialSurvey_tbl_df.Rd
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.
Usage
data(KoreanSocialSurvey_tbl_df)
Format
A tibble with 1123 observations and 13 variables:
- year
Survey year (numeric)
- respid
Respondent identifier (numeric)
- age
Age of the respondent (numeric)
- female
Gender indicator: 1 = female, 0 = male (numeric)
- employed
Employment status indicator (numeric)
- unived
University education indicator (numeric)
- netuse
Internet use indicator (numeric)
- ideo
Political ideology score (numeric)
- si_gbh
Regional code or classification (numeric)
- satisfin
Satisfaction with financial situation (numeric)
- fp_mord
Attitude toward moral issues (numeric)
- fpcat
Category for family planning or related topics (character)
- cntryaffq
Country affiliation or related attitude (character)
Details
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.