Dear all,
I use etable to output the regression results, but find a bug.
I find that if I use the option keep()and use the abbreviation of mvalue. Then the output keeps no variables.
I hope that we can use the abbreviation of variables in keep option.
Best,
Raymond
I use etable to output the regression results, but find a bug.
Code:
webuse grunfeld,clear
xtreg invest mv ks i.year,fe r
etable, keep(mv) export(xxx.tex,replace)
-----------------------------
invest
-----------------------------
Number of observations 200
-----------------------------
I hope that we can use the abbreviation of variables in keep option.
Best,
Raymond

Comment