Skip to content

Yiqiu-W/effect-of-political-ideology-on-voting-behavior-ESS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

effect-of-political-ideology-on-voting-behavior-ESS

finalproject-Yiqiu-Wang.pdf

library(tidyverse)
library(sjlabelled)
library(data.table)
library(haven)
library(modelsummary)
library(kableExtra)
library(knitr)
library(nnet)
library(manifestoR)
library(survival)
What could affect individual’s voting choice? Many have studied the effect of age, gender and education level, but we argued that voting choice should very much result from political ideology. Views on immigrants and religiosity should also paly a role in voting. Using data from the European Social Survey (ESS) and the Manifesto Project Dataset, we applied a binary logistic regression model, a multinomial logistic regression, and a conditional logistic regression model to investigate the effect of these variables on voting outcomes. The results suggest that political ideology is a significant factor in party choice. Left leaning parties are more likely to be favored by older voters, female voters, highly educated voters and voters who think positively of immigrants while high level of religiosity makes a voter prefer right leaning parties.