Learn R Programming

optiscale (version 1.2.2)

elec92: Public Opinion During the 1992 U.S. Presidential Election

Description

This data set contains several variables from the Center for Political Studies 1992 National Election Study. Observations with missing values on any of the variables have been deleted.

Usage

data(elec92)

Arguments

Format

A data frame with 1653 observations on the following 7 variables.

caseid

NES case identification number

bush

Respondents feeling thermometer rating of George H. W. Bush

ideol

Respondents ideological self-placement, seven-point scale ranging from 1=extremely liberal to 7=extremely conservative

econ4yr

Respondents judgment whether national economy has gotten better or worse over preceding four years, five-point scale ranging from 1=much better to 5=much worse

party

Respondents party identification, seven-point scale ranging from 0=strong Democrat to 6=strong Republican

choice

Difference in respondents feeling thermometer ratings of Bush and Clinton

clinton

Respondent''s feeling thermometer rating of Bill Clinton

References

Jacoby, William G. (1999) “Levels of Measurement and Political Research: An Optimistic View.” American Journal of Political Science 43: 271-301.

Examples

Run this code
# NOT RUN {
library(optiscale)
data(elec92)
summary(lm(choice ~ party + ideol + econ4yr, data = elec92))
# }

Run the code above in your browser using DataLab