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

.                 
. esttab ., `OPTS' compress

----------------------------------------------------------------------
                 p10       p25       p50       p75       p90       p95
----------------------------------------------------------------------
Housing            0        46       134       261       501       727
Non-hous~g       -40         0        43       274       808     1,355
\hline N~h         2        54       206       553     1,229     1,966
----------------------------------------------------------------------

. esttab using `FILENAME', booktabs replace `OPTS'
(note: file ../Output/tabs/junk.tex not found)
(output written to ../Output/tabs/junk.tex)

. cat `FILENAME'
{
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}lrrrrrr}
\toprule
            &         p10&         p25&         p50&         p75&         p90&         p95\\
\midrule
Housing     &           0&          46&         134&         261&         501&         727\\
Non-housing &         -40&           0&          43&         274&         808&       1,355\\
\hline Net worth&           2&          54&         206&         553&       1,229&       1,966\\
\bottomrule
\end{tabular*}
}

. rm `FILENAME'

. 
. /*
> \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}lrrrrrr}
> \toprule
>             &         p10&         p25&         p50&         p75&         p90&         p95\\
> \midrule
> Housing     &           0&          46&         134&         261&         501&         727\\
> Non-housing &         -40&           0&          43&         274&         808&       1,355\\
> \hline Net worth&           2&          54&         206&         553&       1,229&       1,966\\
> \bottomrule
> \end{tabular*}
> */
. 
. * close log
. cap log close
