Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: Probit Inverse Mills Ratio


From   "Kalaignanam, Kartik" <[email protected]>
To   <[email protected]>
Subject   st: RE: Probit Inverse Mills Ratio
Date   Thu, 27 Jul 2006 10:25:58 -0500

Jeff,

You could try the following: 

probit C_EVENT VARS
predict EVENTPROB /* gets the predicted probabilities*/

predict PROBITXB, xb
gen PDFPROBIT = normd(PROBITXB)
gen CDFPROBIT = normprob(PROBITXB)
gen IMR = PDFPROBIT/CDFPROBIT      /* gets the inverse mills ratio*/

Kartik Kalaignanam


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of JEFFREY ROSEN
Sent: Thursday, July 27, 2006 8:45 AM
To: [email protected]
Subject: st: Probit Inverse Mills Ratio

I am correcting a censoring problem in a Linear Expenditure System
(LES). I need to create an inverse mills ratio from a probit regression.
Does anyone know of an easy way to create this? Right now I'm running:

probit meat p1 p2 p3 m h1 c1 c2 c3 c4 c5, nocoef
predict fitmeat, xb
gen c6 = meat * (normalden(fitmeat)/normal(fitmeat)) + ///
	(1 - meat) * (normalden(fitmeat) / (1 - normal(fitmeat)))

Thanks,

Jeff Rosen
Graduate Student
The Ohio State University


*
*   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/

*
*   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