powered by
radf_cv
Summarizes information about radf_cv object.
# S3 method for radf_cv tidy(x, format = c("wide", "long"), ...)# S3 method for radf_cv augment(x, format = c("wide", "long"), trunc = TRUE, ...)
# S3 method for radf_cv augment(x, format = c("wide", "long"), trunc = TRUE, ...)
A tibble::tibble()
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").
An object of class radf_cv.
Long or wide format (default = "wide").
Further arguments passed to methods. Not used.
Whether to remove the period of the minimum window from the plot (default = TRUE).
# \donttest{ mc <- radf_mc_cv(100) # Get the critical values tidy(mc) # Get the critical value sequences augment(mc) # }
Run the code above in your browser using DataLab