Replication Package for: Young people and household caring in the postwar: Evidence from the FARC cease-fire in Colombia
This paper examines the impact of violence-related governmental policies on time allocation in Colombia. More specifically, using data from the Encuesta Nacional del Uso de Tiempo, and FARC-EP related conflict by municipality, I employed a difference-in-differences identification strategy to analyze the behavior towards time use of young individuals (between the ages of 14 and 28) before and after the 2014 ceasefire. Results show that the absence of violence increased their time spent in taking care of other household members and encouraged them to immerse in the labour market, with the trade off of decreasing their time sleeping. Furthermore, by increasing the amount of time spent on household activities for young men and reducing it for young women, the latter increased the time spent and the probability of entering the labour market, thereby benefiting from a more equal household distribution of chores. Finally, young people in households with higher levels of education and greater possession of goods were able to prioritize entry into the labour market despite increasing their time spent on care-giving, even if this meant sacrificing hours of education and sleep. In contrast, those from less advantaged households tended to increase their time mainly in care-giving and household activities. The results are proven to be time sensitive and robust to selective migration patterns.
Code is organized into the \code
folder as follows:
0_master.do
: Main do file that runs all STATA code.
1_covars.do
: The code creates additional variables for the analysis from external databases2_cleaning.do
: The code cleans the full ENUT data and merges all years3_vars.do
: The code creates the relevant variables from the ENUT database4_final_database.do
: The code merges the additional variables with the ENUT database to create the final database5_stats.do
: The code runs descriptive statistics and behaviour graphs6_regs_main.do
: The code runs the main regressions7_robustness.do
: The code runs robustness checks
The data is organized into a \data
folder in Dropbox. The raw data, that serves as main imput for the project, can be located in the \raw
subfolder, as its name indicates. Manipulated data in the code will be saved in the \coded
subfolder.
The main data sources are: 1.
Figures, maps and tables will be found inside the \output
folder when produced by the code.
It is possible to reproduce all the analysis using only the codes available in GitHub.
- Download the
\conflict_time_use
.zip folder from Github and unzip it. - Inside the
\conflict_time_use
folder, create a new folder called "output". - Download the
\data
.zip folder from Dropbox, and save it inside the\conflict_time_use
folder. This way, the\conflict_time_use
folder must contain the folders\code
,\output
and\data
, the master code file and theREADME.md
. - In the master code file, update the directory path to the one your computer or the DANE computer that leads to the project's folder.
- Run the master code file.
Eveything should run smoohtly. If any inconvenience is encountered, please don't hesitate on reaching out to the authors.