plebiscite: Chilean Plebiscite

Description Format Source References Examples

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

Source

R package carData: Chile

References

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

Examples

1
2
3
4
5
6
7
## Not run: 
data(plebiscite)
m_chile <- vglm(Vote ~ ., family = multinomial(), data = plebiscite)

effectstars(m_chile)

## End(Not run)

EffectStars2 documentation built on Oct. 30, 2019, 11:41 a.m.