Dear David Roodman
I wonder if you could help me figure out a problem I encountered using cmp for the estimation of a tobit model. It may even be a bug.
To put the problem in context. Im trying to estimate a multivariate tobit model, specifically to capture the variance-covariance matrix across the latent errors, and I need to repeat this process for various subsamples (half of the original sample)
I was able to estimate the model using the full sample, but for some reason, i cant seem to be able to do it for some of the smaller ones. And surprisingly, cmp has problems even estimating a single equation tobit model.
Specifically, if you use the attached dataset, and try to estimate the following tobit model using cmp
it will produce an error. However, this doesn't happen when using a tobit model.
I wonder if this is infact a bug within CMP, or something caused by the nature of the data.
Thank you.
Fernando
I wonder if you could help me figure out a problem I encountered using cmp for the estimation of a tobit model. It may even be a bug.
To put the problem in context. Im trying to estimate a multivariate tobit model, specifically to capture the variance-covariance matrix across the latent errors, and I need to repeat this process for various subsamples (half of the original sample)
I was able to estimate the model using the full sample, but for some reason, i cant seem to be able to do it for some of the smaller ones. And surprisingly, cmp has problems even estimating a single equation tobit model.
Specifically, if you use the attached dataset, and try to estimate the following tobit model using cmp
Code:
cmp (time_core1 = age educ i.sex avghrswk works rooms age_ychild nchild* adult* emp_adul* avg_yrs_educ hhsize i.region ) [pw=wgt] if smp5_==0, /// ind("cond(time_core1>0, $cmp_cont, $cmp_left)" ) Fitting individual models as starting point for full model fit. Note: For programming reasons, these initial estimates may deviate from your specification. For exact fits of each equation alone, run cmp separately on each. (sum of wgt is 96,679,959) starting values not feasible numerical overflow numerical overflow
I wonder if this is infact a bug within CMP, or something caused by the nature of the data.
Thank you.
Fernando
Comment