openintro (version 2.0.0)

midterms_house: President's party performance and unemployment rate

Description

Covers midterm elections.

Usage

midterms_house

Arguments

Format

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.

Details

An older version of this data is at unemploy_pres.

Examples

Run this code
# NOT RUN {
library(ggplot2)

ggplot(midterms_house, aes(x = unemp, y = house_change)) +
  geom_point()

# }

Run the code above in your browser using DataCamp Workspace