| df.test | R Documentation |
Augmented Dickey_Fuller test
df.test(ts, lag)
ts |
Numerical dataframe. |
lag |
The lag parameter. |
Computes the stationarity test for a given univariate time series.
df: returns the value of the test.
summary (): shows the test results.
elliott1992efficientNlinTS
library (timeSeries)
library (NlinTS)
#load data
data = LPP2005REC
model = df.test (data[,1], 1)
model$summary ()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.