Hello
I am trying to run a model with GDP growth at t+1 as the dependent variable and values of some leading indicators (aggregate corporate earnings and the OECD composite leading indicator) at as the independent variables. These independent variables are measured at time t. The idea is to test if corporate earnings provide unique information about future economic growth.
The panel consists of 8 countries with 20 - 25 years of data for each.
Till now i was using fixed effects however i was told to add a lag of gdp growth (gdp growth at time t) as another control variable. I ran arima (1,0,0) for Gdp growth variable for the eight countries and three turned out to be significant, thus suggesting that a lag of dependent variable could be required on the RHS.
As i understand, fixed effects estimator becomes inconsistent and biased with lag of dependent variable and so i need to use dynamic panel estimation.
However, as far as i know, dynamic models like Arellano bond (xtabond,xtdpdsys) don't seem to suitable for a small N large T panel like this and the corrected least squares dummy variables require assumption of strict exogeneity, which i feel is a bit too strong in my case.
Is there any other way to correct the bias in FE estimators in this kind of a panel structure.
I am trying to run a model with GDP growth at t+1 as the dependent variable and values of some leading indicators (aggregate corporate earnings and the OECD composite leading indicator) at as the independent variables. These independent variables are measured at time t. The idea is to test if corporate earnings provide unique information about future economic growth.
The panel consists of 8 countries with 20 - 25 years of data for each.
Till now i was using fixed effects however i was told to add a lag of gdp growth (gdp growth at time t) as another control variable. I ran arima (1,0,0) for Gdp growth variable for the eight countries and three turned out to be significant, thus suggesting that a lag of dependent variable could be required on the RHS.
As i understand, fixed effects estimator becomes inconsistent and biased with lag of dependent variable and so i need to use dynamic panel estimation.
However, as far as i know, dynamic models like Arellano bond (xtabond,xtdpdsys) don't seem to suitable for a small N large T panel like this and the corrected least squares dummy variables require assumption of strict exogeneity, which i feel is a bit too strong in my case.
Is there any other way to correct the bias in FE estimators in this kind of a panel structure.
Comment