| politicalInformation {pscl} | R Documentation |
Interviewer ratings of respondent levels of political information
Description
Interviewers administering the 2000 American National Election Studies assigned an ordinal rating to each respondent's "general level of information" about politics and public affairs.
Usage
data(politicalInformation)
Format
A data frame with 1807 observations on the following 8 variables.
yinterviewer rating, a factor with levels
Very LowFairly LowAverageFairly HighVery HighcollegeDegreea factor with levels
NoYesfemalea factor with levels
NoYesagea numeric vector, respondent age in years
homeOwna factor with levels
NoYesgovta factor with levels
NoYeslengtha numeric vector, length of ANES pre-election interview in minutes
ida factor, unique identifier for each interviewer
Details
Seven respondents have missing data on the ordinal interviewer rating.
The covariates age and length also have some missing data.
Source
The National Election Studies (www.electionstudies.org). THE 2000 NATIONAL ELECTION STUDY [dataset]. Ann Arbor, MI: University of Michigan, Center for Political Studies [producer and distributor].
References
Jackman, Simon. 2009. Bayesian Analysis for the Social Sciences. Wiley: Hoboken, New Jersey.
Examples
data(politicalInformation)
table(politicalInformation$y,exclude=NULL)
op <- MASS::polr(y ~ collegeDegree + female + log(age) + homeOwn + govt + log(length),
data=politicalInformation,
Hess=TRUE,
method="probit")