Closed larsvilhuber closed 4 years ago
Just committed the file. The input is jtw2009_2013.csv, which I believe has already been documented elsewhere.
OK. I'll incorporate that into the streamlined sequence.
@andrewfoote I figured this out. The new program you uploaded was partially coincidental with the 02_flows.do (now 05_flows.do). But it was missing the part about saving files...
@andrewfoote There is a slight discrepancy between the old "02_flows.do" and parts of "flows_draw.do". I 'm going to assume the latter is the right version of the code, but preserve the other too. Let me know what can be "pruned".
02_flows.do:
flows_draw.do
Looks like ${outputs}/jtw1990_flows.csv is used nowhere else? (created at the tailend of 02_flows/ 05_01_flows.do)
Looks like ${outputs}/jtw1990_flows.csv is used nowhere else? (created at the tailend of 02_flows/ 05_01_flows.do)
Yea I think you are right - I don't know why that is there. I will cut that.
@andrewfoote There is a slight discrepancy between the old "02_flows.do" and parts of "flows_draw.do". I 'm going to assume the latter is the right version of the code, but preserve the other too. Let me know what can be "pruned".
02_flows.do:
flows_draw.do
It looks good now.
in the current README, ./modules/20.analysis/module_bootstrap.sas gets run after the first Stata program (02_flows.do in old numbering, 05_flows.do in new numbering). It reads in
jtw1990_moe.csv
.There are no instructions that lead to that file.
statado/flow_draws.do
seems to write it out, but in turn, it reads inflow_moe_ratios.csv
which I cannot find.Lost...