This dataset, KoreanElection2017_df, is a data frame containing information from the 2017 presidential election in South Korea. It includes precinct- and city-level data along with demographic and socioeconomic indicators related to the voting population.
Usage
data(KoreanElection2017_df)
Format
A data frame with 1250 observations and 9 variables:
- PrecinctCode
Precinct code (integer)
- CityCode
City code (integer)
- CandidateName
Candidate identifier code (integer)
- AveAge
Average age of the voting population (numeric)
- AveYearEdu
Average years of education (numeric)
- AveHousePrice
Average house price (numeric)
- AveInsurance
Average insurance enrollment indicator or count (integer)
- VoteRate
Voter turnout rate (numeric)
- NumVote
Number of votes cast (integer)
Details
The dataset name has been kept as 'KoreanElection2017_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 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.