Hi all,
I'm trying to put tables of summary statistics - as a starter - into Latex, for the first time. I've tried using
in Stata,
and then putting
\input{example1.tex} in the .tex file that I've been using to write my paper so far. When I typeset it, I get the error "Undefined control sequence".
What am I doing wrong?
Thanks in advance
I'm trying to put tables of summary statistics - as a starter - into Latex, for the first time. I've tried using
Code:
eststo: quietly sum var1 var2 var3
Code:
esttab using "/Users/Desktop/Data/example1.tex", label booktabs title(Summary Statistics\label { > tab1})
and then putting
\input{example1.tex} in the .tex file that I've been using to write my paper so far. When I typeset it, I get the error "Undefined control sequence".
What am I doing wrong?
Thanks in advance
Comment