Description Usage Format Source Examples
A dataset containing simulated critical values for up to 600 observations
based on default minimum window. The critical values have been simulated and
stored as data to save computation time for the user. The stored critical values
can be obtained with the radf_mc_cv()
function, using
'nrep = 2000' and 'seed = 123'.
1 |
A list with lower level lists that contain
Augmented Dickey-Fuller
Backward Augmented Dickey-Fuller
Supremum Augmented Dickey-Fuller
Backward Supremum Augmented Dickey-Fuller
Generalized Supremum Augmented Dickey Fuller
simulated from exuber package function radf_mc_cv()
1 2 3 4 5 | ## Not run:
library(exuber)
all.equal(radf_crit2[[50]], exuber::radf_mc_cv(50, nrep = 2000, seed = 123))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.