Announcement

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

  • outreg2: prevent txt file output

    I commonly use outreg2 to produce an Excel file containing regression results, like this:
    Code:
    outreg2 using "myresults.xls"
    and it works, but alongside myresults.xls it gives me a second output file, myresults.txt, which I don't want.

    How can I suppress myresults.txt and only get myresults.xls?

    Thanks!

  • #2
    I’m unfamiliar with this but assuming there isn’t a clearly documented option, why not delete it right after using -erase-?

    Comment

    Working...
    X