Dear all,
I need assistance with interpreting the results from Z-A (1992) test on a variable with structural break point. Here are some results:
The variable is Gini index (measure of income inequality):
zandrews gini, break(trend) trim(0.01) lagmethod(BIC) graph
Results: //Zivot-Andrews unit root test for gini
//Allowing for break in trend
//Lag selection via BIC: lags of D.gini included = 0
//Minimum t-statistic -3.449 at 2006 (obs 27)
//Critical values: 1%: -4.93 5%: -4.42 10%: -4.11
The break point is at 2006 and since the calculated t-stat (-3.449) is below the critical values, i suppose that the variable is non-stationary, so I took the 1st difference and here's the result:
zandrews d.gini, break(trend) trim(0.01) lagmethod(BIC) graph
Results: //Zivot-Andrews unit root test for D.gini
//Allowing for break in trend
//Lag selection via BIC: lags of D.D.gini included = 0
//Minimum t-statistic -6.478 at 2011 (obs 32)
//Critical values: 1%: -4.93 5%: -4.42 10%: -4.11
The t-stat is now -6.478 which is well above the critical values evidencing stationarity but the break point has now shifted to 2011 from 2006. So, which break point is applicable for the analysis?
Kindly advise....thank you.