Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Esttab with longtable option

    I am exporting a regression table to LaTeX using the community contributed esttab command with longtable option. However there is too much spacing between columns in the final table. Could someone suggest how to fix this?
    Last edited by Parul Gupta; 03 Jul 2020, 00:48.

  • #2
    hi Parul and friends from Stata Forum. Parul I have no experiece with this command so I cannot help you, but I am having another problem with it. I run the following lines (vddvstands for dependent variable) and the regression output is prompted but when I upload it as tex file to Latex it doesn[t compile. I have already loaded the package longtable in Latex. I guess this is not a forum to discuss "stata to latex" problems but I am asking just in case someone is conversant with this topic.

    eststo: quietly reg dv var1 var2,r nocons

    eststo: quietly reg dv var1 var2, r nocons

    eststo: quietly reg dv var1 var2, r nocons

    esttab est1 est2 est3 using "file", tex ar2 longtable keep(var3) replace

    I have done this with outreg2 and all works well and the table can be compiled in Latex but it is super long and as far as I understand outreg2 doesn{t have a longtable option.

    Thank you very much
    Juan

    Comment

    Working...
    X