Dear Statalist users,
I am doing a project with two part model. The first equation is a probit, and the dep_var of the second equation is ordered (hierarchical) multi-level variable. I have searched most of literature database available to me. Most of the two part model deal with (1) probit + (2) NebBin or OLS. But I did not find any paper discussing a two-part model (probit + ordered probit or logit). My question is: Can I use probit and then calculate the inverse of Mills’ ratio. Use the inverse of Mill's ratio in the second equation?
(1) equation: dep_var is 0 or 1
probit dep_var ind_vars
predict xb, xb
gen imr = normd(xb)/normprob(xb)
(2) equation: dep_var_2 is ordered
ologit dep_var_2 ind_vars imr
Is there any problem to use a model like this? Or is there any paper discussing probit + oprobit / ologit model?
Any comments is highly appreciated. Thanks.
I am doing a project with two part model. The first equation is a probit, and the dep_var of the second equation is ordered (hierarchical) multi-level variable. I have searched most of literature database available to me. Most of the two part model deal with (1) probit + (2) NebBin or OLS. But I did not find any paper discussing a two-part model (probit + ordered probit or logit). My question is: Can I use probit and then calculate the inverse of Mills’ ratio. Use the inverse of Mill's ratio in the second equation?
(1) equation: dep_var is 0 or 1
probit dep_var ind_vars
predict xb, xb
gen imr = normd(xb)/normprob(xb)
(2) equation: dep_var_2 is ordered
ologit dep_var_2 ind_vars imr
Is there any problem to use a model like this? Or is there any paper discussing probit + oprobit / ologit model?
Any comments is highly appreciated. Thanks.
Comment