Description Usage Format Details Source Examples
Covers midterm elections.
1 | data("unemploy.pres")
|
A data frame with 29 observations on the following 5 variables.
year
a numeric vector
potus
The president in office.
party
President's party.
unemp
Unemployment rate.
house_change
Change in House seats for the president's party.
An older version of this data is at unemploy.pres
.
Wikipedia.
1 2 | data(midterms_house)
plot(midterms_house$unemp, midterms_house$change)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.