Learn R Programming

MNLpred (version 0.0.8)

gles: German Longitudinal Election Study

Description

A sample of 1,000 respondents in the Rolling Cross Sectional study in the German Longitudinal Election Study in 2017.

Usage

data(gles)

Arguments

Format

An data frame with 1,000 observations and 6 variables:

vote

Voting decision for party

egoposition_immigration

Ego-position toward immigration (0 = very open to 10 = very restrictive )

ostwest

Dummy for respondents from Eastern Germany (= 1)

political_interest

Measurement for political interst (0 = low, 4 = high)

income

Self-reported income satisfaction (0 = low, 4 = high)

gender

Self-reported gender (binary coding with 1 = female)

References

Ro<U+00DF>teutscher, Sigrid et al. 2019. <U+201C>Rolling Cross-Section-Wahlkampfstudie mit Nachwahl-Panelwelle (GLES 2017).<U+201D> ZA6803 Datenfile Version 4.0.1. (GESIS Datenarchiv).

Examples

Run this code
# NOT RUN {
data(gles)
table(gles$vote)
# }

Run the code above in your browser using DataLab