Dear everyone,
Greetings. I am a new guy here. I have one question regarding my panel data.
Particularly, I plan to run one model in fixed effect:
Yt = c + aXt + bZt + ε
where Yt is the dependent variable which is continuous;
Xt is one independent variable which is continuous;
Zt is one independent variable which is continuous.
Initially, I tried use xtreg , fe r. The coefficients of Xt and Zt are significant and the sign are fitting my expectation.
However, I assume that Yt-1 should also influence Yt. Therefore, I consider to include Yt-1 in another model.
As far as know, there is a dynamic panel model ( Arellano and Bond 1991) which would be helpful. Its Stata code:
xtabond depvar indepvars, lags(p) maxdep(q) twostep vce(robust) pre(varlist) endogenous(varlist) inst(varlist)
However, in my model, we do not have endogenous, pre-determined or instrument variable as it is very unlikely that Yt has any influence neither on Xt nor Zt, i.e. no reverse causality. Therefore, I just hope to lag one period of my dependent variable Yt.
My model turns to be:
Yt = c + dYt-1 + aXt + bZt + ε
Here is the question:" Should I do Sargan test after the estimation?" Thank you so much.
Reference:
Arellano, M., and S. Bond. 1991. Some tests of specification for panel data: Monte Carlo evidence and an application to employment equations. Review of Economic Studies 58: 277-297.
Greetings. I am a new guy here. I have one question regarding my panel data.
Particularly, I plan to run one model in fixed effect:
Yt = c + aXt + bZt + ε
where Yt is the dependent variable which is continuous;
Xt is one independent variable which is continuous;
Zt is one independent variable which is continuous.
Initially, I tried use xtreg , fe r. The coefficients of Xt and Zt are significant and the sign are fitting my expectation.
However, I assume that Yt-1 should also influence Yt. Therefore, I consider to include Yt-1 in another model.
As far as know, there is a dynamic panel model ( Arellano and Bond 1991) which would be helpful. Its Stata code:
xtabond depvar indepvars, lags(p) maxdep(q) twostep vce(robust) pre(varlist) endogenous(varlist) inst(varlist)
However, in my model, we do not have endogenous, pre-determined or instrument variable as it is very unlikely that Yt has any influence neither on Xt nor Zt, i.e. no reverse causality. Therefore, I just hope to lag one period of my dependent variable Yt.
My model turns to be:
Yt = c + dYt-1 + aXt + bZt + ε
Here is the question:" Should I do Sargan test after the estimation?" Thank you so much.
Reference:
Arellano, M., and S. Bond. 1991. Some tests of specification for panel data: Monte Carlo evidence and an application to employment equations. Review of Economic Studies 58: 277-297.
Comment