Dear all,
I went through different posts but did not find an answer for my question.
I have a binary dependent variable for which I would like to test trends before the reform.
I did the following:
where TCZ is a binary varible (=1 if it is a region where the reform is implemented)
the reform is implemented in 1998
year_birth is the different years of birth where the coefficient for 1997 should be normalized to 0.
My problem is that with this code, I don't get the 1997 coefficient to be 0. Any suggestions please? Am I doing something wrong? Is it possible to use probit in a parallel trend test?
Thank you in advance.
I went through different posts but did not find an answer for my question.
I have a binary dependent variable for which I would like to test trends before the reform.
I did the following:
Code:
probit Y c.TCZ#ib1997.year_birth X, cluster(coun) margins year_birth, dydx(TCZ) noestimcheck post marginsplot, yline(0) name(test)
the reform is implemented in 1998
year_birth is the different years of birth where the coefficient for 1997 should be normalized to 0.
My problem is that with this code, I don't get the 1997 coefficient to be 0. Any suggestions please? Am I doing something wrong? Is it possible to use probit in a parallel trend test?
Thank you in advance.
Comment