Dear All,
I want to produce a table in LaTeX that compares three to four regression
models, including regression coefficients, standard errors, R square, etc.
Is ther a way in Stata to automate this process? I know that State has
quite a few routines to help LaTeX users, I also understand that in the
single model case, one can simply use "outtex" command. But it is not
immediately clear how to generalize this to cases that involve more than
one models.
I would use -parmest-, -dsconcat- and -listtex-. Both of these packages are
downloadable from SSC. -parmest- creates an output dataset (or resultsset)
with 1 observation per model parameter and data on estimates, confidence
limits, P-values and other parameter attributes (optionally including R
squared). -dsconcat- concatenates multiple datasets (or interesting subsets
of multiple datasets) into the memory. -listtex- inputs the resultsset and
produces a LaTeX, plain TeX, HTML or word processor table.