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
Instrumental Variable for binary dependant variable and binary instrument and binary endogenous variableHi, What model should I use? Currently, my model looks like this:ivregress 2sls depressed L.formal…
Survey weights in Canadian Community Health Survey Public-Use Microfiles.Hi Forum, This is a bit of a Hail Mary, but Statistics Canada literally recommended that I ask you …
Graphing different variations of x variable age [age_squared; ln(age); age] on one graphHello, Does anyone know how to recreate this graph (image attached) through Stata? I am basically …
Testing for asymmetric effects in dynamic panel data modelHello everyone, I am working with an unbalanced panel dataset that has N = 103 transit agencies and…
Text misaligned in the output windowI am occasionally getting the text misaligned in the output results window (see how the word 'label'…
Subscribe to:
Post Comments (Atom)
0 Response to Xtabond postestimation - export results to Excel
Post a Comment