Tools for exporting from Stata to LaTex
14/03/07 13:46
Manually exporting descriptive statistics or
estimation results from statistical software to a
document can be tedious and error prone. Furthermore,
if new results are included or there are changes in
the methodology or database, this tedious process has
to be repeated.
This problem can be solved by having a tighter integration of the source programs and the document. An example of this integration would be R and LaTex. However, having Stata and LaTex code in the same document does not seem feasible to me; therefore, the solution is exporting Stata results directly to LaTex files using some of the available Stata modules.
Here you have a list of Stata modules that might help you to export your results from Stata to LaTex:
ESTOUT: Stata module to make regression tables
OUTTABLE: Stata module to write matrix to LaTeX table
CORRTEX: Stata module to generate correlation tables formatted in LaTeX
EST2TEX: Stata module to create LaTeX tables from estimation results
Do you know other modules? Which has been your experience with them?
I look forward to reading your comments.
This problem can be solved by having a tighter integration of the source programs and the document. An example of this integration would be R and LaTex. However, having Stata and LaTex code in the same document does not seem feasible to me; therefore, the solution is exporting Stata results directly to LaTex files using some of the available Stata modules.
Here you have a list of Stata modules that might help you to export your results from Stata to LaTex:
ESTOUT: Stata module to make regression tables
OUTTABLE: Stata module to write matrix to LaTeX table
CORRTEX: Stata module to generate correlation tables formatted in LaTeX
EST2TEX: Stata module to create LaTeX tables from estimation results
Do you know other modules? Which has been your experience with them?
I look forward to reading your comments.
|