Hello everyone - I am looking to apply the heckman selection model to a situation where we anticipate sample selection by sociodemographic characteristics (Mother_age_group i.Mother_Edu_Group i.Husband_Occu_group WorkoutsideHome Hindu FirstBirth i.wealthquin i.districtcode) but not due to censoring/lack of observed data.Specifically, I am interested in understanding the relationship between StayingOut6 (binary predictor) and Deliver_PrivateFac (binary outcome), while acknowledging the potential patterning of sociodemographic char on StayingOut6 (binary predictor).
I have modeled this using SEM but am responding to a reviewer who wants a heckman model for this analysis, thus have been reviewing this model. but don't have prior experience with it. When I run the following code:
heckman Deliver_PrivateFac StayingOut6 .Mother_age_group i.Mother_Edu_Group i.Husband_Occu_group WorkoutsideHome Hindu FirstBirth i.wealthquin i.districtcode, twostep select(StayingOut6 i.Mother_age_group i.Mother_Edu_Group i.Husband_Occu_group WorkoutsideHome Hindu FirstBirth i.wealthquin i.districtcode)
I get the error: "Depend variable never censored because of selection: model would simplify to OLS regression".
I wonder: how would I modify the procedure to provide the assessment that I want - or am I/the reviewer misunderstanding the heckman model and is it only applied where selection is due to censoring/missing data?
Thanks so much for any advice, and I am happy to provide any further details.
I have modeled this using SEM but am responding to a reviewer who wants a heckman model for this analysis, thus have been reviewing this model. but don't have prior experience with it. When I run the following code:
heckman Deliver_PrivateFac StayingOut6 .Mother_age_group i.Mother_Edu_Group i.Husband_Occu_group WorkoutsideHome Hindu FirstBirth i.wealthquin i.districtcode, twostep select(StayingOut6 i.Mother_age_group i.Mother_Edu_Group i.Husband_Occu_group WorkoutsideHome Hindu FirstBirth i.wealthquin i.districtcode)
I get the error: "Depend variable never censored because of selection: model would simplify to OLS regression".
I wonder: how would I modify the procedure to provide the assessment that I want - or am I/the reviewer misunderstanding the heckman model and is it only applied where selection is due to censoring/missing data?
Thanks so much for any advice, and I am happy to provide any further details.
Comment