Dear colleague,
I figured this issue is exclusive to ivreghdfe so I post here. Basically, I'm trying to comparing if the two coefficients are statistically indifferent from two 2SLS second-stage regressions.
I am following the help guide of suest and conduct the following commands:
Basically I divide my sample into two groups, large=1 and large=0. I got the error message when I try to run the last command:
Does anyone know how I could enable score option with ivreghdfe or what should I do to get around this error?
Thank you!
I figured this issue is exclusive to ivreghdfe so I post here. Basically, I'm trying to comparing if the two coefficients are statistically indifferent from two 2SLS second-stage regressions.
I am following the help guide of suest and conduct the following commands:
Code:
qui ivreghdfe DISP log_ME (h_diffs =test lngdp epu_state) if large, a(cusip st year) estimates store large qui ivreghdfe DISP log_ME (h_diffs =test lngdp epu_state) if !large, a(cusip st year) estimates store small suest large small
unable to generate scores for model large
suest requires that predict allow the score option
suest requires that predict allow the score option
Thank you!
Comment