larsvilhuber / MobZ

https://larsvilhuber.github.io/MobZ/
3 stars 0 forks source link

Bootclusters old and new? #31

Closed larsvilhuber closed 4 years ago

larsvilhuber commented 4 years ago

Currently, after all changes,

05_02_bootstrap.sas:proc export data=OUTPUTS.bootclusters_jtw1990_moe
05_02_bootstrap.sas:            outfile = "&diroutputs./bootclusters_jtw1990_moe_new.dta"

but 02.01.clusters_loop.do looks for both dset=moe and dset=moe_new.

Is that left over, or should the non-new MOE dataset be produced somewhere?

andrewfoote commented 4 years ago

@larsvilhuber Oh goodness. That was a vestige of me trying to figure out what went wrong with the bootstrap.

I will fix - it should only be for moe_new, which is the one output in 05_02_bootstrap.sas

larsvilhuber commented 4 years ago

@andrewfoote That's why we do this. Thanks.