Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimits-ts/sport-repression-repl-study
A replication Study for the recent paper "International Sports Events and Repression in Autocracies: Evidence from the 1978 FIFA World Cup" paper.
https://github.com/dimits-ts/sport-repression-repl-study
data-analysis jupyter regression-models replication-study statistical-analysis
Last synced: about 8 hours ago
JSON representation
A replication Study for the recent paper "International Sports Events and Repression in Autocracies: Evidence from the 1978 FIFA World Cup" paper.
- Host: GitHub
- URL: https://github.com/dimits-ts/sport-repression-repl-study
- Owner: dimits-ts
- Created: 2023-02-05T15:49:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T16:25:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T02:45:10.643Z (7 months ago)
- Topics: data-analysis, jupyter, regression-models, replication-study, statistical-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 801 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Replication Study for: International Sports Events and Repression in Autocracies: Evidence from the 1978 FIFA World Cup
This project attempts to replicate and verify the results and findings of the recent paper
[International Sports Events and Repression in Autocracies: Evidence from the 1978 FIFA World Cup](https://www.cambridge.org/core/journals/american-political-science-review/article/abs/international-sports-events-and-repression-in-autocracies-evidence-from-the-1978-fifa-world-cup/19FA0D5B0DD55259AA6A3E4FEBB7978A) using the provided
datasets and methodology.We recreate the data and graphs used to justify the paper's findings, create and run regression models to verify the statistical plausibility of the findings while including concise descriptions of the ideas and methods used in the original paper.
## Running the project
The project was developed using jupyter notebook. To run the notebook instance you need to have jupyter notebook
[installed](https://jupyter.org/install). You also need to have the matplotlib, pandas, numpy and statmodels python libraries installed.Our datasets are taken from the study's provided datasets. You can download a compiled version including their correct versions, as well as the important Supporting Information document [here](https://drive.google.com/drive/folders/1Bj3MghYHJcHkRLy5zePkGzMCqQr8Y-vW?usp=sharing).
To run the project, clone the repository or download it from Github, then navigate to the file's directory, download and place the datasets in a folder named "data" inside the project directory and finally run `jupyter notebook "sport_repression.ipynb"` in your terminal.
Alternatively, a pdf version is provided in this project.