Description Usage Arguments Value Examples
View source: R/tidiers-radf_cv.R
Summarizes information about radf_cv
object.
1 2 3 4 5 |
x |
An object of class |
format |
Long or wide format (default = "wide"). |
... |
Further arguments passed to methods. Not used. |
A tibble::tibble()
id: The series names.
sig: The significance level.
name: The name of the series (when format is "long").
crit: The critical value (when format is "long").
1 2 3 4 5 6 7 | mc <- radf_mc_cv(100)
# Get the critical values
tidy(mc)
# Get the critical value sequences
augment(mc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.