Description Usage Arguments Details References See Also Examples
The Augmented Dickey-Fuller test is for unit root testing. Remember that the P-Value from traditional summary() of the regression of is often spurious. Uses MacKinnon (1994) Table 3 "“Approximate asymptotic distribution functions for unitroot and cointegration tests” to determine significance of the ADF test statistic result.
1 |
variable |
A Time Series object. |
k |
The maximum number of lags desired. Use only a single positive integer. |
drift |
Logic statement. If TRUE, includes an intercept/constant in the model. |
trend |
Logic statement. If TRUE, includes a time trend in the model. |
startfrom |
The start date of the sample in the test, can be used to limit observations |
ADFstatOnly |
Logic statement. If TRUE, the function only returns the Augmented Dickey Fuller statistic. |
regular text italicized text bold text
A new paragraph
MacKinnon (1994)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.