Announcement

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

  • Control industry*year-fixed effect rather than separately industry-effect or year-fixed effect

    Hi there,
    Can I control industry*year-fixed effect rather than separately industry-effect or year-fixed effect?
    I saw some papers they do that but I do not understand clearly,
    Thank you!

  • #2
    Hoa:
    the issue here is how ton explain your methodological choice to your audience.
    Personally, I would consider the two fixed effects (replacing -industry. with -firms-, though. If you go -fe-, time-invariant predictors like -industry- will be wiped out by the -fe- estimator) separately and code something like:
    Code:
    xtset firm year
    xtreg <depvar> <indepvars> i.year, fe vce(cluster firm)
    As an aside, to invoke non default stanadard errors positivey, you should have >=30 panels in your dataset.
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      Hi Carlo,
      I mean how can we run regress for industry-time fixed effects conditions out time-invariant differences across time-varying industry factors.
      You can see in this paper.
      https://www-sciencedirect-com.ezprox...04405X21000957
      Thanks!

      Comment


      • #4
        Hi Carlo,
        I mean how can we run regress for industry-time fixed effects conditions out time-invariant differences across time-varying industry factors.
        You can see in this paper.

        Ding et al. (2021), Corporate immunity to the COVID-19 pandemic
        Thanks!

        Comment


        • #5
          Hoa:
          it seems that Authors performed two different panel data fixed effect regression at country and a at firm level.
          How this approach is in line with the tribal rules of your research field, I cannot tell.
          Kind regards,
          Carlo
          (Stata 19.0)

          Comment


          • #6
            Thank Carlo,
            I may have look it back my study

            Comment

            Working...
            X