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

. 
. tabstat rownhm [aw=rwtall] if (hpickhh==1 & nochild==0), c(s) s(mean) format(%4.3f) by(ageEldestCat) nototal

Summary for variables: rownhm
     by categories of: ageEldestCat 

ageEldestCat |      mean
-------------+----------
       50-54 |     0.765
       55-59 |     0.799
       60-64 |     0.808
       65-69 |     0.813
       70-74 |     0.799
       75-79 |     0.782
       80-84 |     0.713
       85-89 |     0.622
       90-94 |     0.497
------------------------

. 
. /*
> 
> ageEldestCat |      mean
> -------------+----------
>        50-54 |     0.765
>        55-59 |     0.799
>        60-64 |     0.808
>        65-69 |     0.813
>        70-74 |     0.799
>        75-79 |     0.782
>        80-84 |     0.713
>        85-89 |     0.622
>        90-94 |     0.497
> ------------------------
> */
. 
. * close log
. cap log close
