openintro (version 1.7.1)

gov.poll: Pew Research poll on goverment approval ratings

Description

The poll's focus is on Obama and then Democrats and Republicans in Congress.

Usage

data("gov.poll")

Arguments

Format

A data frame with 4223 observations on the following 2 variables.

poll

a factor with levels approve disapprove

eval

a factor with levels Democrats Obama Republicans

Examples

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

Run the code above in your browser using DataCamp Workspace