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
Exporting data in excel sequentially, in different rowsHi All, I currently have data which resembles the following: Code: * Example generated by -dataex…
Sample size for one proportion (prevalence in cross-sectional design)Hello everybody, and thank you in advance. I'm trying to calculate a sample size for a cross-sectio…
Ado embedded python code not workingI have an ado called groupfunction which made use of python for calculating Gini coefficients since …
Baujat plot - TO DETECT OUTLIER IN META-ANALYSES The Baujat plot is a genuine meta-analytic plot to detect outliers and influence points by plottin…
What resources do you recommend to master STATA?I saw some courses on Udemy and Coursera. Do you recommend those or rather something else? …
Subscribe to:
Post Comments (Atom)
0 Response to Xtabond postestimation - export results to Excel
Post a Comment