Can anyone tell me how to Interpret These heckprobit results?
Do I have to calculate the mrginal effects by using margins, dydx(*)?
How do I have to include the reslust of the first step into the Interpretation of the second step results?
Do I have to calculate the mrginal effects by using margins, dydx(*)?
How do I have to include the reslust of the first step into the Interpretation of the second step results?
Code:
eststo Heckprob_example: heckprobit Abbruch $Region GDP_per_capita_t_1 $Governance, select(Annahme = $Region) Fitting probit model: Iteration 0: log likelihood = -329.3776 Iteration 1: log likelihood = -321.53615 Iteration 2: log likelihood = -321.49713 Iteration 3: log likelihood = -321.49713 Fitting selection model: Iteration 0: log likelihood = -1887.8222 Iteration 1: log likelihood = -1883.4027 Iteration 2: log likelihood = -1883.4008 Iteration 3: log likelihood = -1883.4008 Comparison: log likelihood = -2204.8979 Fitting starting values: Iteration 0: log likelihood = -571.15328 Iteration 1: log likelihood = -323.53089 Iteration 2: log likelihood = -321.35477 Iteration 3: log likelihood = -321.34808 Iteration 4: log likelihood = -321.34808 Fitting full model: initial values not feasible note: default initial values infeasible; starting from B=0 Iteration 0: log likelihood = -2940.3303 (not concave) Iteration 1: log likelihood = -2309.2603 Iteration 2: log likelihood = -2210.0154 Iteration 3: log likelihood = -2209.3384 Iteration 4: log likelihood = -2205.0127 (not concave) Iteration 5: log likelihood = -2205.0112 Iteration 6: log likelihood = -2204.9662 Iteration 7: log likelihood = -2204.965 Iteration 8: log likelihood = -2204.9508 (not concave) Iteration 9: log likelihood = -2204.9508 Iteration 10: log likelihood = -2204.9462 Iteration 11: log likelihood = -2204.9381 Iteration 12: log likelihood = -2204.9278 Iteration 13: log likelihood = -2204.9234 Iteration 14: log likelihood = -2204.9181 Iteration 15: log likelihood = -2204.9151 Iteration 16: log likelihood = -2204.9096 Iteration 17: log likelihood = -2204.9083 Iteration 18: log likelihood = -2204.9059 Iteration 19: log likelihood = -2204.9029 Iteration 20: log likelihood = -2204.9016 Iteration 21: log likelihood = -2204.9005 Iteration 22: log likelihood = -2204.8984 Iteration 23: log likelihood = -2204.8981 Iteration 24: log likelihood = -2204.8976 Iteration 25: log likelihood = -2204.8975 Iteration 26: log likelihood = -2204.8974 Probit model with sample selection Number of obs = 3418 Censored obs = 2594 Uncensored obs = 824 Wald chi2(10) = 10.56 Log likelihood = -2204.897 Prob > chi2 = 0.3927 ---------------------------------------------------------------------------------------------- | Coef. Std. Err. z P>|z| [95% Conf. Interval] -----------------------------+---------------------------------------------------------------- Abbruch | Latin_America_and_Caribbean | -.1686985 .7544157 -0.22 0.823 -1.647326 1.309929 MiddleEast_and_NorthAfrica | .1864811 .7801773 0.24 0.811 -1.342638 1.715601 South_Asia | .4386175 1.6765 0.26 0.794 -2.847262 3.724497 Sub_Saharan_Africa | .0032131 .5846907 0.01 0.996 -1.14276 1.149186 East_Asia_and_Pacific | -.2585976 .6775324 -0.38 0.703 -1.586537 1.069341 Landlocked_country | -.02292 .199221 -0.12 0.908 -.4133859 .3675459 GDP_per_capita_t_1 | .0000105 .0000272 0.38 0.700 -.0000429 .0000638 Rule_of_Law_t_1 | -1.696115 2.850002 -0.60 0.552 -7.282015 3.889786 Political_Stability_t_1 | .35194 .7662191 0.46 0.646 -1.149822 1.853702 Voice_and_Accountability_t_1 | -.2529391 .6971437 -0.36 0.717 -1.619316 1.113437 _cons | .0138442 8.613514 0.00 0.999 -16.86833 16.89602 -----------------------------+---------------------------------------------------------------- Annahme | Latin_America_and_Caribbean | .1972679 .0870882 2.27 0.024 .0265781 .3679577 MiddleEast_and_NorthAfrica | .0825739 .1123576 0.73 0.462 -.1376429 .3027908 South_Asia | .1937339 .0958037 2.02 0.043 .0059621 .3815057 Sub_Saharan_Africa | .1076104 .081812 1.32 0.188 -.0527382 .2679589 East_Asia_and_Pacific | .2063335 .0828987 2.49 0.013 .043855 .3688119 Landlocked_country | .0278059 .0695652 0.40 0.689 -.1085393 .1641511 _cons | -.8502757 .070056 -12.14 0.000 -.9875829 -.7129684 -----------------------------+---------------------------------------------------------------- /athrho | -.3238219 6.297795 -0.05 0.959 -12.66727 12.01963 -----------------------------+---------------------------------------------------------------- rho | -.3129586 5.68097 -1 1 ---------------------------------------------------------------------------------------------- LR test of indep. eqns. (rho = 0): chi2(1) = 0.00 Prob > chi2 = 0.9737
Comment