Dear experts,
currently I am working on a project that evaluates the role of a binary endogenous variable towards the effect on firm growth. The regressions include both the usage of the inverse mills ratio (to account for selection bias) as well as the generalized residuals (after Gourieroux et al 1987) within a control function approach. I derive both control factors using a probit model in which I regress variables which I think have an effect on the chance to "receive" the endogeneous binary variable.
-> probit Y2, X1, X2, X3, Xn.From that regression I calculate the inverse mills ratio to account for a possible selection bias using the following formula:
Your advice is much appreciated.
Thank you and best regards,
Alex
currently I am working on a project that evaluates the role of a binary endogenous variable towards the effect on firm growth. The regressions include both the usage of the inverse mills ratio (to account for selection bias) as well as the generalized residuals (after Gourieroux et al 1987) within a control function approach. I derive both control factors using a probit model in which I regress variables which I think have an effect on the chance to "receive" the endogeneous binary variable.
-> probit Y2, X1, X2, X3, Xn.From that regression I calculate the inverse mills ratio to account for a possible selection bias using the following formula:
- predict Dummy, xb
gen Invmills = normalden(Dummy)/normal(Dummy)
- predict xb, xb
- gen Lambda = cond(Endog. binary regressor == 1,normalden(xb)/normal(xb), -normalden(xb)/(1-normal(xb)))
Your advice is much appreciated.
Thank you and best regards,
Alex