I am aware that in order to avoid perfect multicollinearity one of the dummies is omitted while estimation. However, I need the coefficients of all categories of all categorical variables for some purpose. Even when I used the "noconstant" option this issue is not solved. Just as a trial:
probit migrate geneduc mpce_class sex_dummy marital_dummy reld1 reld2 reld3 sgroupd1 sgroupd2 sg
> roupd3, noconstant
note: sgroupd3 omitted because of collinearity.
Iteration 0: log likelihood = -4807.6688
Iteration 1: log likelihood = -2568.8321
Iteration 2: log likelihood = -2534.1998
Iteration 3: log likelihood = -2534.1416
Iteration 4: log likelihood = -2534.1416
Probit regression Number of obs = 6,936
Wald chi2(9) = 3012.42
Log likelihood = -2534.1416 Prob > chi2 = 0.0000
-------------------------------------------------------------------------------
migrate | Coefficient Std. err. z P>|z| [95% conf. interval]
--------------+----------------------------------------------------------------
geneduc | -.0024534 .0126715 -0.19 0.846 -.0272892 .0223823
mpce_class | .2612434 .0170237 15.35 0.000 .2278776 .2946092
sex_dummy | .7543771 .0415032 18.18 0.000 .6730323 .8357219
marital_dummy | .4893651 .0537443 9.11 0.000 .3840282 .5947019
reld1 | -2.799126 .1170869 -23.91 0.000 -3.028612 -2.56964
reld2 | -2.972429 .1245431 -23.87 0.000 -3.216528 -2.728329
reld3 | -3.131233 .2448611 -12.79 0.000 -3.611152 -2.651314
sgroupd1 | .4444475 .0911522 4.88 0.000 .2657924 .6231027
sgroupd2 | .3533121 .0964313 3.66 0.000 .1643103 .5423139
sgroupd3 | 0 (omitted)
-------------------------------------------
What I mean to say is that I need sgroupd3 coefficient also. Can someone please help me with this?
probit migrate geneduc mpce_class sex_dummy marital_dummy reld1 reld2 reld3 sgroupd1 sgroupd2 sg
> roupd3, noconstant
note: sgroupd3 omitted because of collinearity.
Iteration 0: log likelihood = -4807.6688
Iteration 1: log likelihood = -2568.8321
Iteration 2: log likelihood = -2534.1998
Iteration 3: log likelihood = -2534.1416
Iteration 4: log likelihood = -2534.1416
Probit regression Number of obs = 6,936
Wald chi2(9) = 3012.42
Log likelihood = -2534.1416 Prob > chi2 = 0.0000
-------------------------------------------------------------------------------
migrate | Coefficient Std. err. z P>|z| [95% conf. interval]
--------------+----------------------------------------------------------------
geneduc | -.0024534 .0126715 -0.19 0.846 -.0272892 .0223823
mpce_class | .2612434 .0170237 15.35 0.000 .2278776 .2946092
sex_dummy | .7543771 .0415032 18.18 0.000 .6730323 .8357219
marital_dummy | .4893651 .0537443 9.11 0.000 .3840282 .5947019
reld1 | -2.799126 .1170869 -23.91 0.000 -3.028612 -2.56964
reld2 | -2.972429 .1245431 -23.87 0.000 -3.216528 -2.728329
reld3 | -3.131233 .2448611 -12.79 0.000 -3.611152 -2.651314
sgroupd1 | .4444475 .0911522 4.88 0.000 .2657924 .6231027
sgroupd2 | .3533121 .0964313 3.66 0.000 .1643103 .5423139
sgroupd3 | 0 (omitted)
-------------------------------------------
What I mean to say is that I need sgroupd3 coefficient also. Can someone please help me with this?
Comment