Hello,
I am trying to run an 'xtheckman' command using the following:
However, the program never converges (for over 45min).
My professors asked me to use the log of OFEI as the dependent variable to make the interpretation easier. As you can see, I am also using lagged variables. Is this the reason why it's not working?
I also tried with 'xtheckmanfe' but it said:
How do you suggest solving this problem?
I am trying to run an 'xtheckman' command using the following:
Code:
xtheckman ln_OFEI ln_X1 corr2 yhat ln_X2 L.ln_X3 ln_X4 Dummies i.cat X5 X6 X7 i.year, select(z=ln_X1 corr2 yhat ln_X2 L.ln_X3 ln_X4 Dummies i.cat X5 X6 X7 i.year i.villagecode) vce(cluster id)
My professors asked me to use the log of OFEI as the dependent variable to make the interpretation easier. As you can see, I am also using lagged variables. Is this the reason why it's not working?
I also tried with 'xtheckmanfe' but it said:
Code:
time-series operators not allowed r(101);
Comment