Description Usage Arguments Value Examples
Performs the Augmented Dickey-Fuller (ADF) test to check if a time series is stationary. The result comes in a pretty format.
1 2 |
d |
Data frame containing the time series in column-wise format. |
vars |
Column names to check for stationarity. If not specified, then all columns are tested. |
type |
Test type, either |
lags |
Number of lags for endogenous variable to be included.
Default is 1. See |
filename |
Optional filename to export the table as LaTeX.
Default is |
digits |
Number of digits to be printed (default: 3). |
verbose |
Flag if the result of each ADF test is printed.
Default is yes ( |
... |
Further parameters passed on to |
P-values from ADF test in a simple table. If P-values are < 0.05, this is an indication of stationarity.
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.