I am estimating an instrumented multinomial probit model using Roodman's cmp. As an aside, I have found this package very useful in a variety of contexts.
My model is as follows:
outcomej=education+epsilonj
education=instrument+error.
There are 4 alternatives for the outcome variable. Education is modeled as endogenous, so I instrument for education with "instrument."
Using cmp, I enter
cmp (outcome= education, iia) (education=instrument), ind($cmp_mprobit $cmp_cont)
I understand that we need to choose a base alternative outcome and then the model estimates influence of education on other outcomes relative to this base outcome. What I am struggling with, however, is that I get very different results for the education equation depending on which outcome is used as the base outcome in the multinomial probit equation. Shouldn't the impact of instrument on education be the same regardless of which alternative is used for the base outcome in the "2nd stage?" (To use an analogy to 2sls.)
Can anybody help me with what I am missing here? Does the normalization in the probit equation also affect interpretation in the education equation? Or could it be a maximization issue where I am finding a local max or something? For what is is worth, convergence has been elusive with this estimation and I have only had luck using the "difficult" option. The maximized values of the likelihood functions differ based upon which alternative is the base outcome.
Thanks for any ideas!
My model is as follows:
outcomej=education+epsilonj
education=instrument+error.
There are 4 alternatives for the outcome variable. Education is modeled as endogenous, so I instrument for education with "instrument."
Using cmp, I enter
cmp (outcome= education, iia) (education=instrument), ind($cmp_mprobit $cmp_cont)
I understand that we need to choose a base alternative outcome and then the model estimates influence of education on other outcomes relative to this base outcome. What I am struggling with, however, is that I get very different results for the education equation depending on which outcome is used as the base outcome in the multinomial probit equation. Shouldn't the impact of instrument on education be the same regardless of which alternative is used for the base outcome in the "2nd stage?" (To use an analogy to 2sls.)
Can anybody help me with what I am missing here? Does the normalization in the probit equation also affect interpretation in the education equation? Or could it be a maximization issue where I am finding a local max or something? For what is is worth, convergence has been elusive with this estimation and I have only had luck using the "difficult" option. The maximized values of the likelihood functions differ based upon which alternative is the base outcome.
Thanks for any ideas!
Comment