Dear all!
I would like to use -outtex- to present regression results in a tex table.
However, I have four regressions that I would like to append horisontically,
as when using -outreg, append-, and outtex does not allow for this. Since
cutting and pasting in tex-tables is fairly cumbersome, I guess the
alternative is to use parmest and then make a tex-table from that output.
However, in this case, one would need some labour in order to get, say,
standard errors in parenthesis, and to appear below coefficient estimates.
The latest version of the -listtex- package has -appendto()- and -handle()-
options, allowing it to append regressions in -parmest- outputs. (And don't
forget the -dsconcat- command, which appends Stata data sets.) However, if
you want your TeX tables to have multiple rows per estimated parameter,
then the best way is probably to use -reshape, long- to reformat the
dataset, -sdecode- to convert the estimate/standard error variable to
string, and -replace- to add parentheses.