Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: biprobit with partial observability


From   Celia Vera <[email protected]>
To   [email protected]
Subject   st: biprobit with partial observability
Date   Sun, 22 Nov 2009 10:04:51 -0800 (PST)

Hi statalisters,

I am estimating a bivariate probit for a two-stage process in which the second event is observed conditional on the outcome of the first one (the first event is leaving the workforce (left) and the second event is returning to the workforce (ret). So, return only happens if the person left the workforce).
I understand i have to use a biprobit model with partial observability. 
Getting some help from stata faqs i have done so far:
replace ret=0 if left=0
gen leftret=  left*ret so leftret=1 only when left=1 and ret=1, 0 otherwise.
gen y2=leftret. 
biprobit leftret y2 x1 x2...., partial
but the likelihood function never converges (it is not concave) in all the iterations.
Your help is greatly appreciated.

Celia P.







      


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index