Patrick,
Thanks for that. The ouput is produces tables with models
listed by rows rather than by columns, and is a little
rough, and there doesn't appear to be a way to include
e() and r() data.
The reason I asked the question is I am considering attempting
to modify the .ado which implements "est table" to write
Latex. I am not much of a Stata programmer so this may be a
fairly difficult task for me. If anyone could help or offer
suggestions that'd be much appreciated.
The output would be less rough if the -format()- option of -parmby- had
been used to assign nice formats to the estimates, confidence limits and
P-values. You can include e() results using the -evec()-, -emac()- and
-escal()- options of -parmby-. And the -listtex- package in Stata 8 has
-headline()- and -footline()- options, which allow the user to add parts of
a LaTeX tabular environment before and after the table rows.