-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- name: log: /disk/nber10/SCCS/sipp/1996/thhotast_test.log log type: text opened on: 8 Mar 2011, 10:15:14 . ** by Jean Roth, jroth@nber.org , 2011-02-22 . set mem 144m (147456k) . . program loop 1. use sipp96t`1',clear 2. ********************************************************************** . ** Other assets . ** The sum of each person's wealth is applied to the household . describe thhotast emjp emip eoaeq ealowa talsbv taljcha talicha 3. gen p_oth_ass = emjp+emip+eoaeq+ealowa+talsbv+taljcha+talicha 4. bysort ssuid shhadid: egen oth_ass=sum(p_oth_ass) 5. assert thhotast == oth_ass 6. sum thhotast emjp emip eoaeq ealowa talsbv taljcha talicha 7. ********************************************************************** . end . loop 3 storage display value variable name type format label variable label -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- thhotast double %23.0g thhotast RE: Equity in other assets emjp long %23.0g emjp MO: Principal owed on joint mortgage(s) with emip long %23.0g emip MO: Principal owed on mortgage(s) in own eoaeq long %23.0g eoaeq OA: Equity in investments ealowa long %23.0g ealowa AL: Amount owed to you for sale of talsbv long %23.0g talsbv AL: Face Value of U.S. Savings Bonds taljcha int %23.0g taljcha AL: Estimate of a joint non-interest check talicha int %23.0g talicha AL: Estimate of own non-interest checking Variable | Obs Mean Std. Dev. Min Max -------------+-------------------------------------------------------- thhotast | 88755 4816.376 79066.81 0 1.00e+07 emjp | 88755 230.1733 8350.727 0 1027397 emip | 88755 171.1167 5030.753 0 729782 eoaeq | 88755 1015.535 55084.41 0 1.00e+07 ealowa | 88755 215.2089 9308.147 0 2000000 -------------+-------------------------------------------------------- talsbv | 88755 237.3333 1732.372 0 24000 taljcha | 88755 64.24859 281.7429 0 2750 talicha | 88755 91.89695 458.0414 0 5000 . loop 6 storage display value variable name type format label variable label -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- thhotast double %23.0g thhotast RE: Equity in other assets emjp long %23.0g emjp MO: Principal owed on joint mortgage(s) with emip long %23.0g emip MO: Principal owed on mortgage(s) in own eoaeq long %23.0g eoaeq OA: Equity in investments ealowa long %23.0g ealowa AL: Amount owed to you for sale of talsbv long %23.0g talsbv AL: Face Value of U.S. Savings Bonds taljcha int %23.0g taljcha AL: Estimate of a joint non-interest check talicha int %23.0g talicha AL: Estimate of own non-interest checking Variable | Obs Mean Std. Dev. Min Max -------------+-------------------------------------------------------- thhotast | 80245 4697.022 64198.97 0 6005571 emjp | 80245 286.6302 8488.892 0 1027397 emip | 80245 188.3644 5720.577 0 695652 eoaeq | 80245 771.1823 35894.9 0 6000000 ealowa | 80245 272.6221 16732.04 0 3500000 -------------+-------------------------------------------------------- talsbv | 80245 251.046 1864.622 0 25000 taljcha | 80245 68.96492 301.4097 0 3000 talicha | 80245 96.39629 477.7337 0 5000 . loop 9 storage display value variable name type format label variable label -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- thhotast double %23.0g thhotast RE: Equity in other assets emjp long %23.0g emjp M0: M02A Principal owed on joint emip long %23.0g emip M0: Principal owed on mortgage(s) in own eoaeq long %23.0g eoaeq OA: Equity in investments ealowa long %23.0g ealowa AL: Amount owed to you for sale talsbv long %23.0g talsbv AL: Face Value of U.S. Savings Bonds taljcha int %23.0g taljcha AL: Estimate of a joint non-interest check talicha int %23.0g talicha AL: Estimate of own non-interest checking Variable | Obs Mean Std. Dev. Min Max -------------+-------------------------------------------------------- thhotast | 75523 3768.898 40730.31 0 2583000 emjp | 75523 88.16149 2968.368 0 250000 emip | 75523 118.5971 4571.37 0 615000 eoaeq | 75523 752.932 21030.42 0 2500000 ealowa | 75523 163.3291 9863.156 0 2500000 -------------+-------------------------------------------------------- talsbv | 75523 240.5842 1880.096 0 27500 taljcha | 75523 73.03658 333.9133 0 3500 talicha | 75523 98.62384 509.8453 0 5600 . loop 12 storage display value variable name type format label variable label -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- thhotast double %23.0g thhotast RE: Equity in other assets emjp long %23.0g emjp M0: Principal owed on joint mortgage(s) held emip long %23.0g emip M0: Principal owed on mortgage(s) in own eoaeq long %23.0g eoaeq OA: Equity in investments ealowa long %23.0g ealowa AL: Amount owed to you for sale talsbv long %23.0g talsbv AL: Face Value of U.S. Savings Bonds taljcha int %23.0g taljcha AL: Estimate of a joint non-interest check talicha int %23.0g talicha AL: Estimate of own non-interest checking Variable | Obs Mean Std. Dev. Min Max -------------+-------------------------------------------------------- thhotast | 73257 3610.344 46634.14 0 4080000 emjp | 73257 101.1799 4393.69 0 475000 emip | 73257 87.0079 3287.751 0 560000 eoaeq | 73257 716.4769 23865.32 0 2400000 ealowa | 73257 193.0548 11571.44 0 2757000 -------------+-------------------------------------------------------- talsbv | 73257 233.6084 1865.078 0 27500 taljcha | 73257 76.87781 350.4188 0 3500 talicha | 73257 111.5706 561.6743 0 5600 . end of do-file . :q unrecognized command: : invalid command name r(199); . exit,clear