Hi everyone, I have encountered a problem and could not find a resource which discusses it. I am exporting xtreg results to LaTex using esttab. Here is a minimal example to demonstrate the issue: I run a regression -
Code:
quietly: eststo: xtreg z_math loc_tib, i(cntid)
Code:
esttab using `reg1'.tex, replace nolines tex
Code:
esttab using `reg1'.tex, replace nolines prehead(\hline) tex
\begin{tabular}
Code:
posthead(\hline)
0 Response to esttab LaTex export problem
Post a Comment