Description Usage Format Source References Examples
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).
1 |
A data frame with 2431 observations on the following 7 variables.
GenderGender with levels female and male
EducationEducational level with levels low and high
SantiagoCityRespondent from Santiago City with levels no and yes
IncomeMonthly Income in Pesos
PopulationPopulation size of respondent's community
AgeAge in years
VoteResponse with levels Abstention, No, Undecided and Yes
R package carData: Chile
Personal communication from FLACSO/Chile.
Fox, J. (2008): Applied Regression Analysis and Generalized Linear Models, Second Edition.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
data(plebiscite)
plebiscite$Population <- scale(plebiscite$Population)
plebiscite$Age <- scale(plebiscite$Age)
plebiscite$Income <- scale(plebiscite$Income)
star.nominal(Vote ~ SantiagoCity + Population + Gender + Age + Education +
Income, data = plebiscite)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.