Hi everyone,
I'm wondering if there's a way to create a risk prediction variable from the results of two different Heckman Correction models--one for Selection Bias and one for Self-Selection Bias. I think I've seen this done in academic literature before but the paper didn''t explain its methodology in detail. For example, let's say I have;
// For Self-Selection Bias (Variables for Heckman: lnsales, lnemp, fcf_w, mktshr, mss, hhi, lnbseg, lngseg, unrate):
heckman status c.preld c.durld c.postld i.cu c.jdg i.presid c.retexl c.retvolatl c.retskewl c.turnovrl c.bm_w, select(status = i.regul c.lnsales c.lnemp c.fcf_w c.mktshr c.mss c.hhi c.lnbseg c.lngseg c.unrate c.bm_w i.cu c.jdg i.presid c.retexl c.retvolatl c.retskewl c.turnovrl) nocons twostep first mills(imr) //vce(bootstrap)
/* (After running the first heckman bit of code just above, type "drop imr" in the command line before you run the second heckman bit of code just below here.) */
// For Selection Bias (Variables for Heckman: FPS variable, fcf_w):
heckman status c.preld c.durld c.postld i.cu c.jdg i.presid c.retexl c.retvolatl c.retskewl c.turnovrl c.bm_w c.fcf_w, select(status = i.fps c.bm_w i.cu c.jdg i.presid c.retexl c.retvolatl c.retskewl c.turnovrl c.fcf_w) nocons twostep first mills(imr) //vce(bootstrap)
(Note that variables preld, durld and postld needed to be removed from the 1st stages of the models because of the economic nature of those variables.)
The top model involves 9 "Heckman variables," while the bottom one only involves 2. One such variable is common to both models--fcf_w.
Any advice would be greatly appreciated, thank you!!
J.J.
Related Posts with Create Risk Prediction Variable from 2 Different Heckman Correction Models
Joint F test on interaction effectsHi everyone, For one of my papers, I am using Oaxaca decomposition method looking at caste differenc…
Analyzing subsample of datasetDear Stata users, I think I have a quite easy question, but since i am new to Stata I haven't been …
Generating trimestral averages with panel datasetHello, I have an unbalanced panel for 24 different companies with monthly data from 1995 to 2019 an…
Probit Model : Joint significance of variables & Estimated EffectSuppose I estimate the following model: Code: probit y1 x1 x2 x3 x4 where y1 is binary variable, x…
spshape2dta: error "filename required"Dear forum, Maybe I overlooked something but I am using spshape2dta, downloaded the relevant shapef…
Subscribe to:
Post Comments (Atom)
0 Response to Create Risk Prediction Variable from 2 Different Heckman Correction Models
Post a Comment