Poll data for popular vote in 2008 presidential election
Data from different pollsters for the popular vote between Obama and McCain in the 2008 presidential election.
data(polls_2008)
An object of class data.frame
.
day. Days until election day. Negative numbers are reported so that days can increase up to 0, which is election day.
margin. Average difference between Obama and McCain for that day.
data(polls_2008) with(polls_2008, plot(day, margin))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.