Dear all,
I estimate a dynamic panel model using xtabond command. Next I use xtabond postestimation command "estat abond" to obtain Arellano-Bond test for zero autocorrelation in first-differenced errors. The results are like the one below:
Arellano-Bond test for zero autocorrelation in first-differenced errors
+-----------------------+
|Order | z Prob > z|
|------+----------------|
| 1 |-2.5735 0.0101 |
| 2 |-1.6586 0.0972 |
+-----------------------+
H0: no autocorrelation
How can I export the results, together with the A-B test results to Excel? I can export the results using outreg2 (below), but how to add the p-values from the test? I'm using Stata 16
xtabond y_var x_var1 xvar_2, maxlag(1) vce(robust)
est store results
estat abond
outreg2 [results] using results.xls stats (coef se)
Related Posts with Xtabond postestimation - export results to Excel
Create binary variableHi Statalist, I have question regarding the binary variable. This is the example of my data. Code: …
Interpreting output of the margins command after logitDear all I have a naive question that I can't answer from reading the manual (because I don't under…
Risk ratio in multilevel model?Hi everyone I am working on a multilevel model on cross-sectional data from multiple countries. I h…
Testing if the mean of a variable has changed significantly over timei am doing an assignment on bank mergers and want to see if there is a significant difference in the…
Calculate Time Between DatesSample: a=01-Jan-50 % January 1 1950 b=16-Feb-18 % February 16 2018 Desired output: 68.17 Essent…
Subscribe to:
Post Comments (Atom)
0 Response to Xtabond postestimation - export results to Excel
Post a Comment