Announcement

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

  • Multiple regression tables in same word document with outreg2

    Is there any way where I can include multiple tables in the same word document using outreg2 or other similar commands.
    I could append multiple columns in the same table, failed to include more than one table in a word document.

    I tried asdoc, though it provides the option to do what I am looking for, it is not as good as outreg in terms of output.

    thanking you in advance
    Rafi

  • #2
    outreg2 and asdoc are from SSC.

    Is there any way where I can include multiple tables in the same word document using outreg2
    I am yet to find a solution to this within outreg2, as the -append()- option is effectively merging. You can append manually after exporting the tables to different documents.

    or other similar commands
    You can look at esttab/estout from the Stata Journal/ SSC. It has an -append()- option that actually does appending.

    Code:
    ssc install estout, replace
    help esttab

    Comment

    Working...
    X