Hello,
We have estout/esttab, outreg2 commands to exports regression output.
Is it possible to export unit root test (Harris–Tzavalis test) results using these packages?
If yes, what is the code? I have a panel dataset and I'm testing the Harris–Tzavalis test.
Code:
xtset id Daily2
tsset id Daily2
xtunitroot ht Return if event_window==1
esttab using example1.csv, replace
which gives me the following result in STATA:
__________________________________________________ ____________________________
Harris-Tzavalis unit-root test for Return
-----------------------------------------
Ho: Panels contain unit roots Number of panels = 214
Ha: Panels are stationary Number of periods = 85
AR parameter: Common
Asymptotics: N -> Infinity Panel means: Included
T Fixed Time trend: Not included
------------------------------------------------------------------------------
Statistic z p-value
------------------------------------------------------------------------------
rho -0.0010 -3.8e+02 0.0000
------------------------------------------------------------------------------
Thanking you in advance.
Related Posts with Export unit root test results to excel?
Bounds Test InterpretationHello Everyone, I am performing the Pesaran, Shin, and Smith (2001) bounds test using Code: estat …
Font sizeDear All, Is there any way to control the font size that is applied when the translate command is a…
Error 902 when using geocodeI've been using geocode to calculate the travel distance and travel time between 745 pairs of addres…
Using stsplitI'm trying to fit a model with covariates sex, age, totchol and allow for smoking status to change a…
Random and Fixed Effects with normally distributed error termsHey there, I found my error terms to be normally distributed after running an OLS regression. (You c…
Subscribe to:
Post Comments (Atom)
0 Response to Export unit root test results to excel?
Post a Comment