I am testing a time series using ADF test in urca package:
summary(ur.df(data, type = "trend", lags = 1, selectlags = "Fixed"))
Value of test-statistic is: -9.774 31.8531 47.7796
Critical values for test statistics: 1pct 5pct 10pct tau3 -3.96 -3.41 -3.12 phi2 6.09 4.68 4.03 phi3 8.27 6.25 5.34
I know that phi2 refers to the null hypothesis that there is a unit root without trend and without drift. Could you please help me to interpret the result. Should I accept the phi2 as test statistic (31.8531) is greater than critical value (6.09 4.68 4.03)?