I am trying to export the results for several regressions in a specific way to Latex. I've found several commands to do so but my problem is that non works correctly since they don't present a table in a manner that i need it.
My setup is the following: I have a lot of regressions with only the intercept and no other betas. Furthermore, I have 7 separate do files for different characteristics. Now I want to construct the following output table in a way that it can be used for an academic paper:
M1 | M2 | M3 | M4 | M5 | M6 | M7 | ||
1 | XX(YY) | XX(YY) | XX(YY) | XX(YY) | XX(YY) | XX(YY) | XX(YY) | |
2 |
|
XX(YY) | XX(YY) | ... | ||||
3 | XX(YY) | |||||||
4 | XX(YY) | |||||||
5 | ... | |||||||
6 | ||||||||
7 | ||||||||
8 | ||||||||
9 | ||||||||
10 |
Here, the results from M1 to M7 come from different do files (each M representing results of one do file). and the values XX (YY)** are the intercepts and their respective t value with the corresponding significance level from each regression.
Is it possible to construct such a table? (The column M1 is not purposely that much bigger)
Thanks in advance
0 Response to Stata regression Output to Latex
Post a Comment