This repository contains the analysis code and data used to investigate the "Radical Right Gender Gap" (RRGG) in Europe, focusing on voting patterns by gender for radical right parties in France, Germany, and Italy.
- data/: Contains a tutorial to download the data files used in this analysis
- src/: Holds the SAS script
analysis.sas
, which runs the entire data analysis and generates visualizations. - docs/: Stores documentation, including
thesis_RRGG.pdf
, the full thesis document. - results/: Contains output generated by the SAS code:
- charts/: Directory for charts created during analysis.
- summary.md: Summary report of results.
- Software: SAS is required to run the code.
- Data Access: Place your data files in the
data
folder, ensuring file paths in the code match your environment.
- Clone the repository and place the data file in the
data
folder. - Open
src/analysis.sas
in SAS. - Run the code to generate the results.
- Output, including charts and the summary, will be saved in the
results
folder.