Announcement

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

  • Remove estimated parameters from Stata result window

    Hi All,

    just a quick question. I am estimating a model containing a lot of dummies, which I use as controls. Is there any way I could suppress the report of those dummies from Stata result window? I know that I can export my results without them, but I would like to see the results in Stata without the lot of dummies which I am not interested in. Is that possible?

    Thanks for your help-

    Dario

  • #2
    See

    Code:
    help estimates table
    Template

    Code:
    quietly regress ...
    estimates table , drop(...)

    Comment


    • #3
      daniel klein Thanks a lot

      Comment

      Working...
      X