Hello,
I read the paper by Patrick A. Puhani "The Treatment Effect, The Cross Difference, and the Interaction Term in Non-Linear Difference in Difference Models". They mentioned that, " in a non-linear model such as probit is correct, the cross difference (or derivative) does not represent the treatment effect and thus not an interesting parameter in a nonlinear "difference-in-difference" model. Instead, it is correct to focus on the coefficient of the interaction term".
I am using difference in difference with the help of logit model
Is treatment effect # pure-intervention effect shown by coefficient of interaction term or coefficient of marginal table ?
I read the paper by Patrick A. Puhani "The Treatment Effect, The Cross Difference, and the Interaction Term in Non-Linear Difference in Difference Models". They mentioned that, " in a non-linear model such as probit is correct, the cross difference (or derivative) does not represent the treatment effect and thus not an interesting parameter in a nonlinear "difference-in-difference" model. Instead, it is correct to focus on the coefficient of the interaction term".
I am using difference in difference with the help of logit model
Code:
logit i.treatment##i.pre_post other_covariates
Code:
margins treatment, dydx(pre_post) pwcompare
Comment