Hi everyone, I am trying to estimate a model with two equations and each of them is imbedded in Tobit model. It went well with "bitobit estimate" command whereas I cannot write a proper code to estimate using "cmp" command written by @David Roodman. There are two question I have:
One is, I tried to follow the instruction to first, execute "cmp setup"; second, execute "cmp (y1=xlist1)(y2=xlist2), ind(2 2)". However, it doesn't converge as it does using "bitobit estimate" command.
Another one is, though "2" in the code indicates "observation is left-censored for this (tobit) equation at the value stored in the dependent variable", the estimation using "cmp" still sensor the maximum value of the dependent variable.
Can anyone help with the question I have, especially the first question. As I am aiming to, eventually, estimate a TRI-variate Tobit model. And "cmp" command would be the only available one to run the estimation as far as I know.
Many Thanks,
Yuyang
One is, I tried to follow the instruction to first, execute "cmp setup"; second, execute "cmp (y1=xlist1)(y2=xlist2), ind(2 2)". However, it doesn't converge as it does using "bitobit estimate" command.
Another one is, though "2" in the code indicates "observation is left-censored for this (tobit) equation at the value stored in the dependent variable", the estimation using "cmp" still sensor the maximum value of the dependent variable.
Can anyone help with the question I have, especially the first question. As I am aiming to, eventually, estimate a TRI-variate Tobit model. And "cmp" command would be the only available one to run the estimation as far as I know.
Many Thanks,
Yuyang
Comment