Announcement

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

  • adding fixed effect coefficients using parmest STATA

    I am running the following regressing:
    xtreg y treatment ib(2004).year, fe vce(cl id)

    followed by:

    parmest, label format(estimate min95 max95 emac(2001 2002 20003) p %8.2f p %8.1e) list(parm label estimate min95 max95 p,clean noobs)

    This only contains the beta coefficients of the treatment variable across time. how do I add the fixed effect (year) estimates to this as well.

    Thanks!
Working...
X