Hi,
I am estimating a model with 4 equations, each of them Tobit for a Time Use Survey (US edition).
The code is the following:
cmp setup
#delimit ;
cmp (ccbasic = yoemean $x i.year $region)
(cceduca = yoemean $x i.year $region)
(ohccsec= yoemean $x i.year $region)
(twork = yoemean $x i.year $region)
if nomiss==1 & daytype==1 & edulvl>9 [aweight = myweight1mean], robust cluster(year)
ind("cond(ccbasic>0, $cmp_cont, $cmp_left)"
"cond(cceduca>0, $cmp_cont, $cmp_left)"
"cond(ohccsec>0, $cmp_cont, $cmp_left)"
"cond(twork>0, $cmp_cont, $cmp_left)");
#delimit cr
I get the model estimated without any problem for most data configurations (e.g. different days of the week, different key controls) except this one, where I get "Starting values not feasible. Numerical overflow".
My question is how to introduce starting values in this kind of model using D.Roodman's CMP procedure.
Thanks in advance for any help!
Related Posts with How to introduce initial values in CMP for 4 eq. Tobits
 Generating dummy variables whose name indicates the group they belongHello,
Assume that I have a database that has two columns: id (firm) and group. Based on this, I wo… Generating dummy variables whose name indicates the group they belongHello,
Assume that I have a database that has two columns: id (firm) and group. Based on this, I wo…
 calculating unique occurrence of variableHello everyone,
I have got a panel data set consisting of 12 waves. Every individual has got a uniq… calculating unique occurrence of variableHello everyone,
I have got a panel data set consisting of 12 waves. Every individual has got a uniq…
 Transferring coefficients across multiple datasetsHi Everyone,
I have the following problem:
I have dataset A and B.
I am running several (like 5 va… Transferring coefficients across multiple datasetsHi Everyone,
I have the following problem:
I have dataset A and B.
I am running several (like 5 va…
 Creating panel out of excel filesHi all,
Not my first choice of format, but I've got excel files of the following format for years 2… Creating panel out of excel filesHi all,
Not my first choice of format, but I've got excel files of the following format for years 2…
 Synth execution for missing time seriesHi,
I have a time series from 1998-2013 without any observation for 2002.
Can you please tell how t… Synth execution for missing time seriesHi,
I have a time series from 1998-2013 without any observation for 2002.
Can you please tell how t…
Subscribe to:
Post Comments (Atom)
0 Response to How to introduce initial values in CMP for 4 eq. Tobits
Post a Comment