anonymous-submission-acl2025's picture
add 40
3209e11
* Add Path to your project root, i.e. to the folder where the replication package is located.
global PROJECT_ROOT "/Users/..."
* Do not change the next lines
* These lines generate the correct globals to write and read from the correct PATH (depending on your Project Root above)
sysdir set PLUS "${PROJECT_ROOT}EmpiricalAnalysis/library/stata/ado_ext/plus/"
global PATH_DOFILES "${PROJECT_ROOT}EmpiricalAnalysis/dofiles"
global PATH_IN_DATA "${PROJECT_ROOT}EmpiricalAnalysis/original_data/"
global PATH_IN_DATA "${PROJECT_ROOT}EmpiricalAnalysis/original_data/"
global PATH_OUT "${PROJECT_ROOT}EmpiricalAnalysis/out"
// Generate Output folder, if it does not exist
cap mkdir "$PATH_OUT
// global definitions for controls of regression models across do files
global Incentive_control "i.Treatment_Incentives"
global Wave_control "i.original_lab"
global Controls "q_age i.q_gender i.perc_multitasking_1_easy perc_multitasking_2 i.subject_cat i.q_abitur_grade_cat i.q_math_grade_cat"
global Ability_control "c.(ability_task ability_load)##i.original_lab"
/*
* Set graph scheme for right colors
set scheme s1mono */
cap log close
do "${PATH_DOFILES}/4_1_Allocation_Attention.do"
do "${PATH_DOFILES}/4_1_Passive_Behavior.do"
do "${PATH_DOFILES}/4_2_Interventions_targeted_domain.do"
do "${PATH_DOFILES}/4_2_Cognitive_Spillover.do"
do "${PATH_DOFILES}/4_3_Payoffs_And_Efficiency.do"
*Supplemenatary Material only
do "${PATH_DOFILES}/Supplementary_Material_Randomization_Check_table.do"