Dear statalists,
i am looking at the development of corporate Investment over a period of time (17 years). My data is an unbalanced Panel with about 6500 firm year observations.
I declared my data to be time series data by the tsset command (yearly).
To investigate the relationship between my dependent variable and my Independent variables in different time periods, i divided the 17 years into 3 separate periods and used OLS and fixed effects(was supported after hausman test) regressions for every period separately.
As i analysed the results i found that the constants of the OLS Regressions declinend between the 3 periods while the constants of the fixed effects Regression increased.
Now i am searching for a possible explanation for that.
1. Might an increase of time invariant effects during these periods provide an answer ?
2 Can one interpret that there is less variablity of the depvar during the later periods ?
I attached the results of the regressions.
Thank you for your help !
i am looking at the development of corporate Investment over a period of time (17 years). My data is an unbalanced Panel with about 6500 firm year observations.
I declared my data to be time series data by the tsset command (yearly).
To investigate the relationship between my dependent variable and my Independent variables in different time periods, i divided the 17 years into 3 separate periods and used OLS and fixed effects(was supported after hausman test) regressions for every period separately.
Code:
reg depvar idepvar1 idepvar2 idepvar3 idepvar4 idepvar5 idepvar6 idepvar7, cluster (firm) xtreg depvar idepvar1 idepvar2 idepvar3 idepvar4 idepvar5 idepvar6 idepvar7, fe cluster(firm)
Now i am searching for a possible explanation for that.
1. Might an increase of time invariant effects during these periods provide an answer ?
2 Can one interpret that there is less variablity of the depvar during the later periods ?
I attached the results of the regressions.
Thank you for your help !
Comment