Hi, I am performing interrupted time series analysis to assess the impact of a financial regulation on equity analyst performance. I have a sample data of 100 companies that contains independent variable (estimates) and control variables. The sample period ranges from 2008 to 2023, and the intervention occurred in 2017. The code I performed is the following:
xtitsa estimates mktcap turn pbr roe, single treat(post) trperiod(2017) posttrend figure
This returned a table and a graph as a result.
However it states "note: _x2017 omitted because of collinearity", so the coefficient of _x2017 is not found, and the plots on the graph before the intervention cannot be found as well.
Therefore, may I ask why this occurs and the ways of rectifying it, please?
Thank you for your assisstance
xtitsa estimates mktcap turn pbr roe, single treat(post) trperiod(2017) posttrend figure
This returned a table and a graph as a result.
However it states "note: _x2017 omitted because of collinearity", so the coefficient of _x2017 is not found, and the plots on the graph before the intervention cannot be found as well.
Therefore, may I ask why this occurs and the ways of rectifying it, please?
Thank you for your assisstance
Comment