Description Usage Format Source Examples
Election results for the 2010 U.S. Senate races
1 |
A data frame with 38 observations on the following 23 variables.
idUnique identifier for the race, which does not overlap with other 2010 races (see govRace10 and houseRace10)
stateState name
abbrState name abbreviation
name1Name of the winning candidate
perc1Percentage of vote for winning candidate (if more than one candidate)
party1Party of winning candidate
votes1Number of votes for winning candidate
name2Name of candidate with second most votes
perc2Percentage of vote for candidate who came in second
party2Party of candidate with second most votes
votes2Number of votes for candidate who came in second
name3Name of candidate with third most votes
perc3Percentage of vote for candidate who came in third
party3Party of candidate with third most votes
votes3Number of votes for candidate who came in third
name4Name of candidate with fourth most votes
perc4Percentage of vote for candidate who came in fourth
party4Party of candidate with fourth most votes
votes4Number of votes for candidate who came in fourth
name5Name of candidate with fifth most votes
perc5Percentage of vote for candidate who came in fifth
party5Party of candidate with fifth most votes
votes5Number of votes for candidate who came in fifth
Data was collected from MSNBC.com on November 9th, 2010.
1 2 3 | data(senateRace10)
table(senateRace10$party1)
histPlot(senateRace10$perc1, xlab="Winning candidate vote percentage")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.