Description Usage Arguments Details Value See Also Examples
View source: R/lazybuildDOLS.R
A quick way to compare the DOLS models of each possible cointegrating relationships in your dataset. The result is a data.frame that is ordered by BIC value.
1 | lazybuildDOLS(results.coint, dat)
|
results.coint |
That output of lazyCoint function. |
dat |
The time series matrix containing the variables to be used. |
fixedk |
The number of lags/leads that the output will have. If is NULL, determines the number of lags through model selection. |
Relies on buildDOLS and coeftest and NeweyWest HAC estimator to estimate robust errors.
Formula |
The full formula in character format. |
significance |
The resulting P-value from the |
result |
I(0) == stationary. |
buildDOLS
, lazyCoint
, bic
, combn
1 2 | results <- lazyCoint("logprice", as.ts(M1Germany))
lazybuildDOLS(results, dat = as.ts(M1Germany))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.