I have fitted a dynamic panel data model with Arellano-Bond estimator in gretl, here is the output:
Model 5: 2-step dynamic panel, using 2332 observations
Included 106 cross-sectional units
H-matrix as per Ox/DPD
Dependent variable: trvr
coefficient std. error z p-value
---------------------------------------------------------
Dtrvr(-1) 0.895381 0.0248490 36.03 2.55e-284 ***
const 0.0230952 0.00226823 10.18 2.39e-024 ***
x1 -0.0263556 0.00836633 -3.150 0.0016 ***
x2 0.127888 0.0171532 7.456 8.94e-014 ***
Sum squared resid 605.9396 S.E. of regression 0.510180
Number of instruments = 256
Test for AR(1) errors: z = -4.29161 [0.0000]
Test for AR(2) errors: z = 1.62503 [0.1042]
Sargan over-identification test: Chi-square(252) = 105.139 [1.0000]
Wald (joint) test: Chi-square(3) = 2333.35 [0.0000]
I have 2 questions about the results:
- How do I assess the fit?
- How can I simulate from the model?
Regards
x1andx2, simply plug them into model and calculatetrvr. What is the purpose of your simulation? – mpiktas Feb 3 '11 at 14:09