Announcement

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

  • Exporting Stata tables in word efficiently

    Hi,

    I want to export my regression output into word in a professional academic paper format. I use esttab for exporting`as csv and then copy it into MS Word. However, I end up formatting the table manually which takes a lot of time. Is there an efficient way of exporting? Thanks

    My code is as follows:

    Code:
    eststo clear
    eststo: qui reghdfe pm rc l.pm, absorb(cc y)
    eststo: qui reghdfe pm rc l.pm l.la mc l.sg l.lev, absorb(cc y)
    eststo: qui reghdfe pm pc l.pm , absorb(cc y)
    eststo: qui reghdfe pm pc l.pm l.la mc l.sg l.lev, absorb(cc y)
    esttab using "$results/Baseline_results.csv" ///
    , ///
    r2 ///
    noconstant ///
    star(* 0.10 ** 0.05 *** 0.01) ///
    title("Baseline Regressions") replace
    Kedar
    Last edited by Kedar Kelkar; 15 Oct 2019, 00:38.

  • #2
    You should consider asdoc.
    http://publicationslist.org/eric.melse

    Comment


    • #3
      Yes asdoc is very easy to do it.
      just install before

      Comment


      • #4
        Here is a video example of making publication quality regression tables with asdoc
        Regards
        --------------------------------------------------
        Attaullah Shah, PhD.
        Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
        FinTechProfessor.com
        https://asdocx.com
        Check out my asdoc program, which sends outputs to MS Word.
        For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

        Comment


        • #5
          Asdoc worked wonderfully. Thanks Bienvenu and Attaullah

          Comment


          • #6
            I am trying to use asdoc with metaprop, but Stata says "type mismatch". Any idea of how to export meta-analysis table output from stata to word efficiently?

            Comment


            • #7
              metaprop is not an official Stata program, hence asdoc is not aware of it. If this is a popular program, I may consider adding it to asdocx.
              Regards
              --------------------------------------------------
              Attaullah Shah, PhD.
              Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
              FinTechProfessor.com
              https://asdocx.com
              Check out my asdoc program, which sends outputs to MS Word.
              For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

              Comment


              • #8
                Yes please, Attaullah. That would be really great if you could add not only metaprop but also other meta-analysis packages to your asdocx (or) may be writing another useful program to handle such meta-analyses outputs?

                Comment


                • #9
                  asdoc does not work for export the table syntax to word.any idea why?

                  Comment

                  Working...
                  X