powered by
Augmented Dickey_Fuller test
df.test(ts, lag)
df: returns the value of the test.
summary (): shows the test results.
Numerical dataframe.
The lag parameter.
Computes the stationarity test for a given univariate time series.
elliott1992efficientNlinTS
library (timeSeries) library (NlinTS) #load data data = LPP2005REC model = df.test (data[,1], 1) model$summary ()
Run the code above in your browser using DataLab