| adf | R Documentation |
ADF test are used to test stationarity of a time-series data
adf(x, k = trunc((length(x) - 1)^(1/3)))
x |
time-series vector |
k |
the lag order to calculate the test statistic. |
Trapletti, A., Augmented Dickey-Fuller Test Trapletti, A., KPSS Test for Stationarity
data(macroKZ) adf(macroKZ)