Description 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).
A data frame with 2431 observations on the following 7 variables.
Gender with levels female and
male
Educational level with levels
low and high
Respondent from
Santiago City with levels no and yes
(Standardized) Monthly Income in Pesos
(Standardized) Population size of respondent's community
(Standardized) Age in years
Response with levels
Abstention, No, Undecided and Yes
R package carData: Chile
Fox, J. (2008): Applied Regression Analysis and Generalized Linear Models, Second Edition.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.