Hello everybody,
I have health expenditure as DV and demographics as IV. I want to run two part model with logit plus OLS log-trasnformed y and Duan's non-parametric smearing factor. I have tried the command I write below but I don't know how to insert the the Duan's smearing factor. Could you help me please.
I have health expenditure as DV and demographics as IV. I want to run two part model with logit plus OLS log-trasnformed y and Duan's non-parametric smearing factor. I have tried the command I write below but I don't know how to insert the the Duan's smearing factor. Could you help me please.
Code:
twopm Healthexpend i.gender i.AGEGROUP i.region i.Household_size i.marital_size [pweight = WGHT], firstpart(logit) secondpart(regress, log)

Comment