-------------------------------------------------------------------------------------------------------------------------------------------
      name:  <unnamed>
       log:  /Users/seanfahle/Dropbox/BequestModel/REStud/REStudPublication/SSG_Code_REStud/Stata/Code/../Output/logs/FIG7_DATA.txt
  log type:  text
 opened on:  30 Jun 2022, 16:54:09

. 
. tabstat wlthhist [aw=crwtall] if xnriw<=4 & totnriw>=4 & nochild==0, by(xnriw) ///
>         s(p10 p25 p50 p75 p90) f(%9.0f) nototal

Summary for variables: wlthhist
     by categories of: xnriw 

   xnriw |       p10       p25       p50       p75       p90
---------+--------------------------------------------------
       0 |         0         0        25       200       521
       1 |         0         1        52       222       577
       2 |         0         2        79       259       617
       3 |         0         7        90       277       651
       4 |         0        16        98       285       635
------------------------------------------------------------

. 
. /*
>    xnriw |       p10       p25       p50       p75       p90
> ---------+--------------------------------------------------
>        0 |         0         0        25       200       521
>        1 |         0         1        52       222       577
>        2 |         0         2        79       259       617
>        3 |         0         7        90       277       651
>        4 |         0        16        98       285       635
> ------------------------------------------------------------
> */
. 
. * close log
. cap log close
