1
2
3
4
5
#

Name:

Description:

Democratic share of the presidential vote, 1932-2016, in each state and the District of Columbia.

Variables:

  • statecharacter, name of state

  • demVotenumeric, percent of the vote for president won by the Democratic candidate

  • yearnumeric, integer

  • southlogical, TRUE if state is one of the 11 states of the former Confederacy

Note

1,047 observations, unbalanced panel data in long format. Hawaii and Alaska contribute data from 1960 onwards the District of Columbia contributes data from 1964 onward; Alabama has missing data for 1948 and 1964.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

David Leip's Atlas of U.S. Presidential Elections https://uselectionatlas.org

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/elections_for_U_S.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.