openintro (version 1.7.1)

unemploy.pres: President's party performance and unemployment rate

Description

Covers midterm elections.

Usage

data("unemploy.pres")

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.

change

Change in House seats for the president's party.

Examples

Run this code
# NOT RUN {
data(unemploy.pres)
## maybe str(unemploy.pres) ; plot(unemploy.pres) ...
# }

Run the code above in your browser using DataLab