I need to estimate a simultaneous model of health and wages. The health variable is an ordered discrete variable so I used to CMP IV ordered probit command as follows,
cmp(lwagehr = X Y Z) (health= lwagehr X Y A), indicators ($cmp_cont $cmp_oprobit)
Is it possible to also estimate wages using this command? using cmp (health = X Y A) (lwagehr= health X Y Z), indicators ($cmp_oprobit $cmp_cont)
I have tried cmp (lwagehr= health X Y Z) (health= lwagehr X Y A), indicators ($cmp_cont $cmp_oprobit) but it takes a very long time to converge and eventually provides me with a lot of missing results for the different variables.
My main problem is to estimate the model simultaneously but in the same time take into consideration that the health variable is an ordered discrete variable, any suggestions or comments about what I have already done?
Thank you
cmp(lwagehr = X Y Z) (health= lwagehr X Y A), indicators ($cmp_cont $cmp_oprobit)
Is it possible to also estimate wages using this command? using cmp (health = X Y A) (lwagehr= health X Y Z), indicators ($cmp_oprobit $cmp_cont)
I have tried cmp (lwagehr= health X Y Z) (health= lwagehr X Y A), indicators ($cmp_cont $cmp_oprobit) but it takes a very long time to converge and eventually provides me with a lot of missing results for the different variables.
My main problem is to estimate the model simultaneously but in the same time take into consideration that the health variable is an ordered discrete variable, any suggestions or comments about what I have already done?
Thank you
Comment