Hello good people,
I am dealing with the following Linear Feedback Model:
y_{it} = a*y_{it-1} + exp[ X_{it}*B + h_i ] + u_{it} (1)
which leads to
y_{it} = a*y_{it-1} + exp[ X_{it}*B ]*V_i + u_{it} (2)
Where lambda = exp[ X_{it}*B ], and the fixed effects V_i = exp(h_i) may be seen as multiplicative and the error term u_{it} is additive, and B is a column vector of coefficients.
I am interested to estimate the above model with Chamberlain (1992) defined moment conditions, which first transforms the error term u_{it} to expunge the fixed effects:
s_{it} = [ u_{it} - a*u_{it-1} ] * exp[ ( X_{it-1} - X _{it} ) * B ] - [ u_{it-1} - a*u_{it-2} ]
and the subsequent moment conditions (assuming X is predetermined, that is the error term u_{it} is uncorrelated with current and past values of X):
E( s_{it} | y_{it-2}, x_{it-1} ) = 0
However if instead I assume that X is endogenous , that is the error term u_{it} is correlated with current and future values of X, then can I not use the following moment conditions ?
E( s_{it} | y_{it-2}, x_{it-2} ) = 0
In the literature Frank Windmeijer states that the above Chamberlain moment conditions only ever hold with predetermined X, something I have difficulty grasping.
This is important as Jeff Woolridge also suggested another such transformation of the error term: q_{it} = u_{it} / lambda_{it} - u_{it-1} / lambda_{it-1}; However the subsequent GMM estimation with this transformed q_{it} has computational problems.
I would highly appreciate any feedback / help as to why the above defined Chamberlain moment conditions is said to be invalid with endogenous X as described above.
Related Posts with Chamberlain Moment Conditions and endogenous X in dynamic Poisson model
How to use a synthetic control group as the control group in difference-in-differences analysis in StataI want to analyze the impact that the introduction of Google Fiber in Kansas City had on hours worke…
Missing F-statistics of regression. regress socialsecurity ageeea ageeea2 eea ageeeaeea ageeea2eea if eeadonutregression==1 [pweight=w…
Multiple Ego Network AnalysisI have 3000+ ego networks in one database. I can not seem to figure out the code to run a density an…
Removing duplicates within years in panel dataHello, I am struggling with something that I wanted to share. I have an unbalanced panel dataset. T…
command _bayesmh_eqlablist is unrecognizedHi everyone, I am practicing bayesmh estimations on stata 14 for academic purposes. I do get bayesm…
Subscribe to:
Post Comments (Atom)
0 Response to Chamberlain Moment Conditions and endogenous X in dynamic Poisson model
Post a Comment