Announcement

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

  • How to export my Stata result in target?

    Hi Statalisters,

    During my coding work, I want to export my result in real time in whatever file form. So far, I just know to use code

    "translate @Results mylog.txt
    type mylog.txt"

    to export txt with my full result.

    However, I want to realize to export specified rows of results instead of the full result as well as exporting them into other file forms, like word or pdf. Is there any more salient solution to this?

    Thanks in advanced

  • #2
    One place to start is with Chapter 21 of the Stata Reporting Reference Manual PDF (for release 16, at least). It is included in your Stata installation and accessible through Stata's Help menu. It describes built-in Stata commands that might accomplish what you want.

    Comment

    Working...
    X