Announcement

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

  • estat results and putdocx

    Hello,
    I want to use putdocx to export regression results to Word. The following command works fine:
    Code:
    reg lnE a s
    putdocx table reg = etable
    However, I also want to export some estat results, e.g.
    Code:
    estat imtest
    estat hettest
    How should I use these results with putdocx?

    Thank you,
    mike

  • #2
    Hello,

    For those of you who might have a similar question, I found the solution of my problem in this post on the Stata forum. Using the user-written ado file 'asdoc' the above mentioned estat results (as well as a lot of other tables) are nicely exported to a Word file.

    Mike

    Comment

    Working...
    X