Hello!
I am conducting a Difference-in-Differences test with firm and month fixed effects:
However, I am a bit concerned that there is selection bias in my model, since my dependent variable does not occur regularly throughout the sample. To clarify, the dependent variable is the amount of shares traded ( if a trade occurs ). The simple DiD model above is biased and skews the results if there's a trade of small size, but doesn't take into account the observations in which there are no trades. I was thinking of using a Tobit Regression , but I am not familiar with the coding. Furthermore, I haven't found anyone using the Tobit model in a DiD setting. I am not really sure whether it would work in this type of setting since the Tobit model is non-linear.
I would appreciate any help in structuring as well as interpreting the model.
Best regards,
Fanetti
I am conducting a Difference-in-Differences test with firm and month fixed effects:
Code:
areg DepVar treatedxduring Controls i.month , absorb(permno) vce(cluster permno)
I would appreciate any help in structuring as well as interpreting the model.
Best regards,
Fanetti
Comment