powered by
Augmented Dickey_Fuller test
df.test(ts, lag)
Numerical dataframe.
The lag parameter.
df: returns the value of the test.
summary (): shows the test results.
Computes the stationarity test for a given univariate time series.
elliott1992efficientNlinTS
# NOT RUN { 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