Description Usage Format Details Author(s) Source
Data for the approval ratings of voters to various government positions combined with the demographic background of the voter. See Kuriwaki (2018) for background and details. The raw code that was used to produce the data is accesible at Kuriwaki's Github.
1 |
A tibble with 452,755 observations and 16 variables:
integer variable for year of survey
character variable for state of residence for observation
charcater variable of "Female" and "Male"
integer variable for age in years
factor variable for level of education - takes values of "No HS", "High School Graduate", "Some College", "2-Year", "4-Year", and "Post-Grad"
character variable for racial identity
character variable for marriage status
factor variable for self-reported ideology - takes values of "Very Liberal", "Liberal", "Moderate", "Conservative", "Very Conservative", and "Not Sure"
character variable for level news/current events interest
character variable for retrospective report on the past year's economy
character variable of approval of president - takes values of "Strongly Approve", "Approve / Somewhat Approve", "Disapprove / Somewhat Disapprove", "Never Heard / Not Sure", "Neither Approve Nor Disapprove"
numeric variable of approval for the current president on a 1-5 scale with higher numbers indicating greater approval
Table: Data summary
Name | cces |
Number of rows | 452755 |
Number of columns | 12 |
_______________________ | |
Column type frequency: | |
character | 7 |
factor | 2 |
numeric | 3 |
________________________ | |
Group variables | None |
Variable type: character
skim_variable | n_missing | complete_rate | min | max | empty | n_unique | whitespace |
state | 0 | 1.00 | 4 | 20 | 0 | 51 | 0 |
gender | 0 | 1.00 | 4 | 6 | 0 | 2 | 0 |
race | 0 | 1.00 | 5 | 15 | 0 | 8 | 0 |
marstat | 1555 | 1.00 | 7 | 22 | 0 | 6 | 0 |
news | 37007 | 0.92 | 10 | 17 | 0 | 5 | 0 |
econ | 850 | 1.00 | 8 | 31 | 0 | 6 | 0 |
approval_ch | 735 | 1.00 | 16 | 32 | 0 | 6 | 0 |
Variable type: factor
skim_variable | n_missing | complete_rate | ordered | n_unique | top_counts |
ideology | 1774 | 1 | FALSE | 6 | Mod: 141633, Con: 105268, Lib: 79591, Ver: 52243 |
education | 67 | 1 | FALSE | 6 | Hig: 125323, Som: 112290, 4-Y: 103011, Pos: 54519 |
Variable type: numeric
skim_variable | n_missing | complete_rate | mean | sd | p0 | p25 | p50 | p75 | p100 | hist |
year | 0 | 1 | 2012.68 | 3.72 | 2006 | 2010 | 2013 | 2016 | 2018 | ▅▃▅▃▇ |
age | 0 | 1 | 49.61 | 16.45 | 18 | 36 | 51 | 62 | 109 | ▆▇▇▂▁ |
approval | 735 | 1 | 2.68 | 1.67 | 1 | 1 | 2 | 4 | 5 | ▇▂▁▅▃ |
David Kane
https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/II2DB6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.