sergiocorreia / ivreghdfe

Run IV/2SLS with many levels of fixed effects (i.e. ivreg2+reghdfe)
MIT License
82 stars 29 forks source link

issues with clustering - transmorphic found where struct expected #40

Open ylt54 opened 2 years ago

ylt54 commented 2 years ago

@sergiocorreia

my code is as follows: ivreghdfe y ( s = z) x1 x2, absorb(InstructorFE CourseFE) vce(cluster StudentID)

Then, it showed an error code: type mismatch: exp.exp: transmorphic found where struct expected

zz273 commented 2 years ago

I also came across this problem when I am trying to use absorb(). Any advice is appreciated. Thanks!