Hello,

I am attempting a two-part model on semi-continuous data (zero inflated).

As I understand, the first part is a binary logistic regression (or probit) model for the dichotomous event of having zero or positive values.

logit[P(Yi = 0)] = xβ ......... Equation (1)

Conditional on a positive / non-zero value, the second part (continuous) can be modelled using either a OLS regression (with or without log-normal transformation of outcome variable) or generalized linear models (GLM).

log(yi|yi > 0) = xβ2 + e where e is normally distributed .... Eq (2)

Combining the above two parts, the overall mean can be written as the PRODUCT of expectations from the first and second parts of the model (refer Eq 1 and 2), as follows:

E(y|x)=Pr(y> 0|x) ×E(y|y> 0, x) .... Eq (3).

I could find a no. of papers which have employed the 'twopm' command of STATA package. However, I am using SPSS. I have conducted the two parts (binary and continuous) using the same set of predictors.

Please suggest how to multiply the results from both the parts using SPSS.

Thank you.

More Deepanjan Saha's questions See All
Similar questions and discussions