I already use plm package but it contains a few of DPD estimators. Does anyone know the name of another R-package for DPD models or anyone have a R-code to calculate DPD estimators?
To my experience, the Stata (not free) command "xtabond2" (free) is the most helpful code for implementing the DPD estimation, along with some formal tests, e.g., AR(1), AR(2) and Hansen's J overidentifying tests, which should be also reported in your results as well.
To my experience, the Stata (not free) command "xtabond2" (free) is the most helpful code for implementing the DPD estimation, along with some formal tests, e.g., AR(1), AR(2) and Hansen's J overidentifying tests, which should be also reported in your results as well.
Use Gretl instead of R and STATA, it has a good GUI and has more options – you can easily specify different lags for regressors. It uses the same Arellano-Blundell-Bond estimation and you can choose between GMM and other methods. You can easily export data from R to Gretl, CSV would do.