plebiscite {EffectStars2} | R Documentation |
Chilean Plebiscite
Description
The data origin from a survey refering to the plebiscite in Chile 1988. The chilean people had to decide, wether Augusto Pinochet would remain president for another ten years (voting yes) or if there would be presidential elections in 1989 (voting no).
Format
A data frame with 2431 observations on the following 7 variables.
- Gender
Gender with levels
female
andmale
- Education
Educational level with levels
low
andhigh
- SantiagoCity
Respondent from Santiago City with levels
no
andyes
- Income
(Standardized) Monthly Income in Pesos
- Population
(Standardized) Population size of respondent's community
- Age
(Standardized) Age in years
- Vote
Response with levels
Abstention
,No
,Undecided
andYes
Source
R package carData: Chile
References
Fox, J. (2008): Applied Regression Analysis and Generalized Linear Models, Second Edition.
Examples
## Not run:
data(plebiscite)
m_chile <- vglm(Vote ~ ., family = multinomial(), data = plebiscite)
effectstars(m_chile)
## End(Not run)
[Package EffectStars2 version 0.1-3 Index]