-------------------------------------------------------------------------------------------------------------------------------------------
      name:  <unnamed>
       log:  /Users/seanfahle/Dropbox/BequestModel/REStud/REStudPublication/SSG_Code_REStud/Stata/Code/../Output/logs/IVT_BEQUEST_RATIOS.tx
> t
  log type:  text
 opened on:  30 Jun 2022, 16:57:50

. 
. list threshold ratio in 1/6, clean noobs

     threshold   ratio  
       500,000   0.346  
     1,000,000   0.312  
     1,684,000   0.299  
     5,000,000   0.310  
    10,000,000   0.329  
             .   0.266  

. 
. /*
> Result:
> 
> As a table, from the list command:
> 
>      threshold   ratio  
>        500,000   0.346      // THESE ARE THE RESULTS APPEARING
>      1,000,000   0.312      // IN APPENDIX TABLE G.3.
>      1,684,000   0.299      // THE 0.299 FIGURE (THIS ROW) IS THE
>      5,000,000   0.310      // RATIO CITED IN THE TEXT.
>     10,000,000   0.329  
>              .   0.266  
>                                 
> */
. 
. * close log
. cap log close
