Announcement

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

  • Reghdfe Help

    Hi guys, i'm trying to run a muilti-fixed effects regression using reghdfe
    when i type my code:

    reghdfe log_tobin DiD1 $xlist if fisc_year>=2014 & fisc_year<=2017, a( co_code fisc_year sic_code) vce(robust)

    I get an error saying "class FixedEffects Undefined"

    How would i go about solving this issue?

  • #2
    I got the same error message. It disappeared once I compiled reghdfe and ftools after their installation.

    Code:
    reghdfe, compile
    ftools, compile
    Hope this will resolve the problem for you, too.

    Comment


    • #3
      Thank you so much! This worked for me!

      Comment


      • #4

        I had the same issue and running those two lines resolved it for me as well. Thank you.

        Comment

        Working...
        X