I am using.the package ivreghdfe and now I want to use the package psacalc from Olster (link). The package essentially calculates treatment effects and relative degree of selection under proportional selection of observables and unobservables.
The instructions are crystal clear as it states that if I want to use fixed effects then I could do something along these lines:
Use after fixed effects model with individual effects taken as nuisance parameters
. xtreg ln_w grade age c.age#c.age ttl_exp c.ttl_exp#c.ttl_exp tenure c.tenure#c.tenure 2.race not_smsa south, fe
. psacalc beta south
The problem is that the same does not seem to be possible when using ivreghdfe (or even reghdfe). I presume there's a smart way to go around this, but I am missing it as I am relatively new to Stata. Any thoughts and/or suggestions are very welcome!
The instructions are crystal clear as it states that if I want to use fixed effects then I could do something along these lines:
Use after fixed effects model with individual effects taken as nuisance parameters
. xtreg ln_w grade age c.age#c.age ttl_exp c.ttl_exp#c.ttl_exp tenure c.tenure#c.tenure 2.race not_smsa south, fe
. psacalc beta south
Comment