Announcement

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

  • Year-dummy, xtpoisson, FE


    Dear Stata-fan

    Is it necessary to include year dummies (i.year) in a regression if I have already included Fixed Effects? The FE already has country and year dummies?

    Regards

  • #2
    Official xt commands in Stata with the -fe- option only control for unit effects (defined by your panel identifier in the xtset). Therefore, if your xtset command is

    Code:
    xtset firm year
    then year effects are not included.

    Comment


    • #3
      Originally posted by Andrew Musau View Post
      Official xt commands in Stata with the -fe- option only control for unit effects (defined by your panel identifier in the xtset). Therefore, if your xtset command is

      Code:
      xtset firm year
      then year effects are not included.
      So you would suggets a xtpoisson ... i.year, fe robust regression?

      Comment


      • #4
        If you want to account for year effects, yes.

        Comment

        Working...
        X