Skip to content

dbursy/replication_armed_groups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replication Exercise: Armed Groups

The aim of this repository is to conduct a replication study of the following research paper:

Gassebner, Martin & Schaudt, Paul & Wong, Melvin H.L., 2023. "Armed groups: Competition and political violence," Journal of Development Economics, Elsevier, vol. 162(C). Available here

🚀 Prerequisites

Virtual Environment

Create and activate the python virtual environment in the local project folder

python3 -m venv env
source env/bin/activate

If this step is successfull the comand line displays the prefix (env). Continue by installing required Python packages

python -m pip install -r requirements.txt

Note: To create or update the requirements file, please run

pip freeze > requirements.txt

Data Directory

The data used for replication is available under the following links

The data directory is structured as follows

data
├── ged
│   ├── GEDEvent_v23_1.csv
│   └── ged231.pdf
├── gtd
│   ├── Codebook.pdf
│   ├── GTDEULA2022.pdf
│   ├── globalterrorismdb_0522dist.xlsx
│   └── globalterrorismdb_2021Jan-June_1222dist.xlsx
└── pak_adm_wfp_20220909_shp
    ├── pak_admbnda_adm2_wfp_20220909.shp
    └── ...

📖 Replicated Figures

Figure 2

Figure 2

Figure 3

Figure 3

Figure A-1

Figure A-1

Figure A-7

Figure A-7

Figure A-8

Figure A-8

💭 Ideas for Next Steps

  • Explore variation in the method of attacks

About

Replication exercise of the study "Armed groups: Competition and Political Violence".

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages