Analysis of Internally displaced Persons in Iraq - starting from Dec 2013
Dataset from http://iomiraq.net/dtm-page
The code is organised as follows:
analysis.R source all the scripts below.
source("~/unhcr_r_project/displacement/recode.R")
source("~/unhcr_r_project/displacement/plot.R")
Aggreagting data at level1 & level 2 and joing it with population information as well as refugee information
source("~/unhcr_r_project/displacement/aggregated.R")
prepare some classification of sites based on population level -- data is aggregated per sites -- not by report
source("~/unhcr_r_project/displacement/classification.R")
source("~/unhcr_r_project/displacement/mapchoro.R")
source("~/unhcr_r_project/displacement/map.R")
source("~/unhcr_r_project/displacement/simulation.R")
source("~/unhcr_r_project/displacement/histo.R")