I am trying to estimate a model for a cross-section of firms (pooled cross-section dataset) based on three sequential decisions: 1) To export or not, 2) to export directly or through an intermediary, 3) how much to export indirectly.
I have tried a Heckman, but the main problem is that I have 2 sequential decisions 1) and 2) and I can only include 1 of them in the first step heckman, for exampe 1):
heckman indirectshare2 lemp llabpro foreign transport crime legalfair eu cefta voleuro, select(xd = lemp llabpro foreign eu cefta transport customs crime permit legalfair voleuro ) vce(robust)
Then, I thougt about using cmp with three equations two probits and 1 continouos model, something like:
cmp setup
cmp (xd = lemp llabpro foreign eu cefta transport customs crime permit legalfair voleuro )(indirect = lemp llabpro expintens foreign transport customs crime legalfair eu cefta ) (indirectshare2 =lemp llabpro foreign exint transport customs crime legalfair eu cefta ), indicators($cmp_probit $cmp_probit $cmp_cont) quietly
my question is: is this equivalent to a Heckman with two initial steps or rather to a treatment effect model with (endogenous treatmenet) sequetial decisions? I will be grateful for suggestions whether this is appropriate or there is any other way(s) to model this,
many thanks
Inma
I have tried a Heckman, but the main problem is that I have 2 sequential decisions 1) and 2) and I can only include 1 of them in the first step heckman, for exampe 1):
heckman indirectshare2 lemp llabpro foreign transport crime legalfair eu cefta voleuro, select(xd = lemp llabpro foreign eu cefta transport customs crime permit legalfair voleuro ) vce(robust)
Then, I thougt about using cmp with three equations two probits and 1 continouos model, something like:
cmp setup
cmp (xd = lemp llabpro foreign eu cefta transport customs crime permit legalfair voleuro )(indirect = lemp llabpro expintens foreign transport customs crime legalfair eu cefta ) (indirectshare2 =lemp llabpro foreign exint transport customs crime legalfair eu cefta ), indicators($cmp_probit $cmp_probit $cmp_cont) quietly
my question is: is this equivalent to a Heckman with two initial steps or rather to a treatment effect model with (endogenous treatmenet) sequetial decisions? I will be grateful for suggestions whether this is appropriate or there is any other way(s) to model this,
many thanks
Inma
Comment