**************************** * Model setup for validation **************************** ***=============================* ***Global control: validation data or not *** simutype = 1, for validation using 1992 sample *** simutype = 2, for simulating 51+ since 2004 *** simutype = 3, for simulating 51 and 52 since 2004 ***=============================* * These dont seem to be used anywhere ... IV *** If for validation if $simutype == 1 { * Output dataset global foutname hrs92 } else if $simutype ==2 | $simutype == 3 { * Sample size for the wlth simulation drop _all use "$indata/wlth_resid_2004_all.dta" global wlth_impn = _N * Wealth dataset global fwlth wlth_resid_2004_all } else { dis "Wrong simulation type" exit (333) }