Good evening,
I am trying to estimate a dynamic panel data model, with n=6 and t=25. Hausman test determined I should carry out a fixed-effects regression. After detecting heteroscedasticity and autocorrelation, I carried out the regression with xtpcse. However, as you all might know, the results for a dynamic model with fixed effects might not be robust due to Nickell bias. My supervisor recommended the Anderson-Hsiao method, which I've tried implementing with xtivreg2, fd, instrumenting for my lagged dependent variable with different numbers of its own lags. However, after trying instrumenting with lag2 & lag3, lag3&lag4, lag2 & lag3 & lag4 and even up to l5, my regression fails to pass the weak identification test (the (Cragg-Donald Wald F statistic is always smaller or slightly larger than the 25% maximal IV size critical value of the Stock-Yogo weak ID test), so I've sort of given up on that.
My supervisor also said that I could use the "simple first difference estimator", which is, as far as I understand, just an OLS regression of the first-difference dependent variable on the first-differenced independent variables. How can I get this estimator? Would it be possible by #xtreg d.y d.l.y d.x, fe vce(cluster)# ?
Thank you!
Related Posts with How to get the first-difference estimator for panel data
Problem with command "reshape" (Stata 14)I have used the command "reshape" for years very frequently. However, when I tried to ran it again t…
mixed variance decomposition using nested and crossed panel dataI want to decompose the variation of what I characterize as "concordance scores" by applying the mix…
Does ipfweight generate analytical or sampling weight?Hello, I have generated weight in my dataset using 'ipfweight' (https://fmwww.bc.edu/repec/bocode/i…
How to test if the sum of two parameters are zero when we use mlogit command?Hi I want to know how to test if the sum of two parameters are zero in the mlogit context. <Nota…
graph of a dependent variable in specific years (panel data)Hi guys, i'm not very able to use stata. For my thesis, I have a panel data(1970-2017) for different…
Subscribe to:
Post Comments (Atom)
0 Response to How to get the first-difference estimator for panel data
Post a Comment