Dear All,
The dependent var and the endogenous independent var are both binary, and it appears that I can use biprobit or eprobit:
biprobit (y = x1 x2 x3) (x1 = z x2 x3), robust
or
eprobit y x2 x3, endogenous(x1 = z x2 x3, probit) robust
Estimation results are different so much.
I am especially interested in the marginal effect of x1, so
margins, dydx(x1)
or
margins, dydx(x1) predict(pr fix(x1))
or
margins, dydx(x1) predict(pr)
The marginal effects are again different so much.
I would appreciate your opinion about if I should use biprobit or eprobit or something else such as Coban's rbiprobit,
and possibly why the results are so different between biprobit estimates and eprobit estimates.
Thanks,
Kangoh
The dependent var and the endogenous independent var are both binary, and it appears that I can use biprobit or eprobit:
biprobit (y = x1 x2 x3) (x1 = z x2 x3), robust
or
eprobit y x2 x3, endogenous(x1 = z x2 x3, probit) robust
Estimation results are different so much.
I am especially interested in the marginal effect of x1, so
margins, dydx(x1)
or
margins, dydx(x1) predict(pr fix(x1))
or
margins, dydx(x1) predict(pr)
The marginal effects are again different so much.
I would appreciate your opinion about if I should use biprobit or eprobit or something else such as Coban's rbiprobit,
and possibly why the results are so different between biprobit estimates and eprobit estimates.
Thanks,
Kangoh
Comment