Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Generalised Probit Residual


From   [email protected]
To   <[email protected]>
Subject   st: Generalised Probit Residual
Date   Wed, 16 Nov 2005 19:32:27 -0000

Dear Statalisters,
I want to extract the generalised residuals from the simple probit model to
use them as additional regressors in a second stage regression--i.e
implementing a variant of Heckman's (1981) solution to the initial
conditions problem.
The generalised residual for the Probit model as defined by Gourieroux et al
(1987) is:
u= {phi(xb).[y-PHI(xb)]}/{PHI(xb).[1-PHI(XB)]}
The way I am thinking of extracting the generalised probit residuals is as
follows:
predict xb, xb
gen norm(xb)=normxb --i.e the cumulative standard normal distr
gen normalden(xb)=normaldenxb -- i.e the standard normal desnity
gen denominator= norxb*[1-normxb]
gen numerator= normaldenxb*[y-normxb] --where y is my binary dependent
variable
Is this right?
Then if I want to extract the error term after estimating a model using
xtprobit (random effects probit) do I follow the same procedure or is this
completely wrong?
Would be most grateful if anyone could help.
Georgios

  


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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