therms: ANES Feeling Thermometers, 1978-2016

Description Usage Format Examples

Description

A tidied dataset from ANES. This dataset include variables for year, education, and feeling thermometers for the Republican and Democratic parties.

Usage

1

Format

A data frame with 38,100 rows and 4 variables:

year

the year of the survey

education

the respondent's level of education

ft_democratic_party

the respondent's feelings toward the Democratic party

ft_republican_party

the respondent's feelings toward the Democratic party

Examples

1
2
3
4
# load data
data(therms)

plot(therms$ft_democratic_party, therms$ft_republican_party)

pos5737/pos5737data documentation built on Nov. 5, 2019, 1 a.m.