-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmcbs_estimation.makefile
More file actions
18 lines (17 loc) · 2.01 KB
/
mcbs_estimation.makefile
File metadata and controls
18 lines (17 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$(ESTIMHRS)/mcare_ptd.xls: $(COMMON) fem_env.do FEM_Stata/Estimation/MedicarePartD.do FEM_Stata/Estimation/mcared_mcbs_covariate_defsHRS.do $(MCBSRESTRICT)/mcbs9212.dta
cd FEM_Stata/Estimation && suffix=HRS $(STATA) MedicarePartD.do
$(ESTIMATES)/PSID/mcare_ptd.xls: $(COMMON) fem_env.do FEM_Stata/Estimation/MedicarePartD.do FEM_Stata/Estimation/mcared_mcbs_covariate_defsPSID.do $(MCBSRESTRICT)/mcbs9212.dta
cd FEM_Stata/Estimation && suffix=PSID $(STATA) MedicarePartD.do
$(ESTIMHRS)/mcareb_init.xls: $(COMMON) fem_env.do FEM_Stata/Estimation/InitMedicarePartBEnrollment.do FEM_Stata/Estimation/init_mcareb_mcbs_covariate_defsHRS.do $(MCBSRESTRICT)/mcbs9212.dta
cd FEM_Stata/Estimation && suffix=HRS $(STATA) InitMedicarePartBEnrollment.do
$(ESTIMATES)/PSID/mcareb_init.xls: $(COMMON) fem_env.do FEM_Stata/Estimation/InitMedicarePartBEnrollment.do FEM_Stata/Estimation/init_mcareb_mcbs_covariate_defsPSID.do $(MCBSRESTRICT)/mcbs9212.dta
cd FEM_Stata/Estimation && suffix=PSID $(STATA) InitMedicarePartBEnrollment.do
$(ESTIMATES)/PSID/psid_cost_est_mcbs.txt: $(COMMON) fem_env.do FEM_Stata/Estimation/PSID_estimate_medcosts_mcbs.do $(MCBSDIR)/mcbs_cost_est.dta
cd FEM_Stata/Estimation && $(STATA) PSID_estimate_medcosts_mcbs.do
$(ESTIMHRS)/mcare_takeup.xls: $(COMMON) fem_env.do FEM_Stata/Estimation/MedicarePartBEnrollment.do FEM_Stata/Estimation/mcareb_mcbs_covariate_defsHRS.do $(MCBSRESTRICT)/mcbs9212.dta
cd FEM_Stata/Estimation && suffix=HRS $(STATA) MedicarePartBEnrollment.do
$(ESTIMATES)/PSID/mcare_takeup.xls: $(COMMON) fem_env.do FEM_Stata/Estimation/MedicarePartBEnrollment.do FEM_Stata/Estimation/mcareb_mcbs_covariate_defsPSID.do $(MCBSRESTRICT)/mcbs9212.dta
cd FEM_Stata/Estimation && suffix=PSID $(STATA) MedicarePartBEnrollment.do
### Use the last file for the target for now. Should change this.
$(ESTIMHRS)/cost_est_mcbs.xls: $(COMMON) fem_env.do FEM_Stata/Estimation/estimate_medcosts_mcbs.do $(FRED)/CPIMEDSL.csv $(MCBSDIR)/mcbs_cost_est.dta $(MCBSDIR)/mcbs_drugs.dta
cd FEM_Stata/Estimation && $(STATA) estimate_medcosts_mcbs.do