openintro (version 1.7.1)

global.warming.pew: Pew survey on global warming

Description

A 2010 Pew Research poll asked 1,306 Americans, ``From what you've read and heard, is there solid evidence that the average temperature on earth has been getting warmer over the past few decades, or not?''

Usage

data("global.warming.pew")

Arguments

Format

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

party_or_ideology

a factor with levels Conservative Republican Liberal Democrat Mod/Cons Democrat Mod/Lib Republican

response

Response.

Examples

Run this code
# NOT RUN {
data(global.warming.pew)
## maybe str(global.warming.pew) ; plot(global.warming.pew) ...
# }

Run the code above in your browser using DataLab