Learn R Programming

EffectStars2 (version 0.1-3)

plebiscite: 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).

Arguments

Format

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

Gender

Gender with levels female and male

Education

Educational level with levels low and high

SantiagoCity

Respondent from Santiago City with levels no and yes

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 and Yes

References

Fox, J. (2008): Applied Regression Analysis and Generalized Linear Models, Second Edition.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
data(plebiscite)
m_chile <- vglm(Vote ~ ., family = multinomial(), data = plebiscite)

effectstars(m_chile)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab