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?
Cox proportional hazards model a non constant covariateDear stata listers I'm using stata to analyse time-to-event data. Specifically, I'm trying to relat…
Stationary residuals. Spurious regression?Greetings Stata Users. I'm trying to estimate the public spending role over economic growth. So bas…
append to fileI am sure I am missing something basic here... I want to save the memory data to a file like Code:…
Grab UNCTAD dataStata has a handy package Code: wbopendata to get World Bank's World Development Indicators data …
Adding percentiles to boxplotsHello, I am using this code for boxplots - graph box , /// over(month, relabel()) /// title …
Subscribe to:
Post Comments (Atom)
0 Response to Export unit root test results to excel?
Post a Comment