ur_test {BETS} | R Documentation |
This function uses the package 'urca' to perform unit root tests on a pre-defined time series. Unlike urca functions, it returns a meaningful table summarizing the results.
ur_test(..., mode = "ADF", level = "5pct")
... |
Arguments passed on to urca functions |
mode |
A |
level |
A |
A list
object. The first element is a data.frame
with the test statistics, the critical values and the test results. The second, the model residuals.
Talitha Speranza talitha.speranza@fgv.br