Announcement

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

  • Table transer from stata to word

    Hello everyone,
    I want to transfer tabstat table from stata to word. I have installed esout.Later I used the command esttab using paper.docx, cells("count mean sd min max cv skewness") label.But the table is not showing value of all the thing that i have mentioned

  • #2
    asdoc?

    Comment


    • #3
      I didn't use asdoc command. Can you elaborate more ? George Ford

      Comment


      • #4
        asdoc is an alterative way to get stuff into word. It might work better for your task (might not).

        Code:
        asdoc tabstat x1 x2 x3, stats(N mean sd min max cv skewness) save(test.docx, replace)

        Comment


        • #5
          asdoc is an alterative way to get stuff into word. It might work better for your task (might not).

          Code:
          asdoc tabstat x1 x2 x3, stats(N mean sd min max cv skewness) save(test.docx)

          Comment


          • #6
            I want to export my panel result such as random model result .In that case what should I use ?

            Comment


            • #7
              estout works with estimates, but asdoc would work too I think.

              Comment


              • #8
                George Ford can you please write the module ?

                Comment


                • #9
                  Probably this:

                  Code:
                  asdoc xtreg y x , re save(re_results.docx)

                  Comment

                  Working...
                  X