Announcement

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

  • Displaying regression output in results window

    Hi

    I am running a regression using IV including fixed effects (this variable takes around 1500 values ) and five other independent variables. The regression is running fine but in the results window I can only see a part of these 1500 coefficients and the five variables whose coefficients I am interested in looking at are not visible because of the huge size of the regression table. Is there a way to see the full table in results window ; if not, is there a way to not see these 1500 coefficients but just the five independent variables I am interested in.

    Thanks.

  • #2
    Try to put the five independent variables you are interested in at the end, say

    Code:
    reg y i.fixed controls

    Comment


    • #3
      Alternatively you can use -[R] estimates table-, possibly after running your command quietly-- and it has keep() and drop() options, in which you can instruct which coefficients to display.

      Comment

      Working...
      X