Announcement

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

  • Exporting marginal effect to excel/word document using outreg2 command

    Hi everyone,
    I have a long table of marginal effects and their corresponding SEs and CIs. I was wondering to know how can I use a command similar to outreg2 to export the output to excel/word.
    Thanks.
    Nader

  • #2
    Hello, I have the same question ! Did you find something?

    Comment


    • #3
      This feature is now available in the asdocx package. Information on asdocx can be found here https://fintechprofessor.com/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


      • #4
        Also, you may want to try the code below:
        outreg2 using "biprobit_weighted.doc", ctitle(svy) excel dec(2) se replace label alpha(0.001, 0.01, 0.05) sideway

        Comment

        Working...
        X