Code and data to analyze drug-related killings in the Philippines
This project was done by the Stabile Center at Columbia University in collaboration with the Human Rights Data Analysis Group.
These are the calculations for an article published in The Atlantic. There are three tasks, written in R using the tidyverse approach, with a special call-out to here::here()
. The estimation uses the LCMCR package. Each task can be executed by (e.g.) cd import && make clean && make
.
The import/
directory contains the raw data and initial preparation.
The lcmcr/
directory does the estimates and generates the graphs.
The write/
directory combines the estimates and graphs in an RMarkdown
document.