Announcement

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

  • command reghdfe and xtreg

    Hi,

    I want to do a fixed effects regression using a firm-level panel dataset. Are the command "xtreg $varlist i.time, fe" same as the command "reghdfe $varlist i.time i.id"?

    Thanks
    Last edited by Lucas Wang; 16 Feb 2023, 07:58.

  • #2
    http://scorreia.com/software/reghdfe/

    Sergio Correia explains it better than I do

    Comment


    • #3
      reghdfe $varlist, absorb(time id) cluster(id)

      Comment

      Working...
      X