Hi
I’m estimating a bivariate probit analyzing what determines the child’s probability to go to school and the probability to work.
I have one endogenous variable (exp) and to control for this I use x3 as an instrument.
I also want to include random effects at the household level because there can be more than one kid from each household.
I use the program cmp (Roodman 2011):
cmp (exp = x1 x2 x3 || household: )(work = x1 x2 exp || household: ) (school = x1 x2 exp || household: ), cluster(district) ind($cmp_cont $cmp_probit $cmp_probit)
However my model doesn’t seem to run (my computer has been working on it more than a day).
Can someone tell me what I’m doing wrong (it works without the random effects)? Or if there is any better way to control for the fact that there can be several children in the same family.
Best regards /Elin Vimefall
Roodman D. (2011). Fitting fully observed recursive mixed-process models with cmp. The Stata Journal 2011, 11(2), pp 159-206.
I’m estimating a bivariate probit analyzing what determines the child’s probability to go to school and the probability to work.
I have one endogenous variable (exp) and to control for this I use x3 as an instrument.
I also want to include random effects at the household level because there can be more than one kid from each household.
I use the program cmp (Roodman 2011):
cmp (exp = x1 x2 x3 || household: )(work = x1 x2 exp || household: ) (school = x1 x2 exp || household: ), cluster(district) ind($cmp_cont $cmp_probit $cmp_probit)
However my model doesn’t seem to run (my computer has been working on it more than a day).
Can someone tell me what I’m doing wrong (it works without the random effects)? Or if there is any better way to control for the fact that there can be several children in the same family.
Best regards /Elin Vimefall
Roodman D. (2011). Fitting fully observed recursive mixed-process models with cmp. The Stata Journal 2011, 11(2), pp 159-206.
Comment