Data is public-use, but requires login at ICPSR.
Data can be downloaded from https://doi.org/10.3886/ICPSR13568.v1
Runtime: approximatly 1.6s on 2016 vintage Linux workstation.
There are 5 Stata program files:
master.do
: will run all programs in the right sequence00_setup_stata.do
: will set up directory structure, and install any required packages01_dataclean.do
: reads in downloaded data, saves person and household files, and creates a clean merged dataset, for Alaska only02_table1.do
: Creates Table 103_figureA1.do
: Creates Figure A1
Run the master.do
. Suggested batch command:
stata -b do master.do
A log file will be created.
All table output is in folder results
:
Table | Programs |
---|---|
Table 1 | 02_table1.do |
Figure A1 in the appendix can be found in folder results
:
Figure | Programs |
---|---|
Figure A1 | 03_figureA1.do |