tidy_join.radf_obj | R Documentation |
Tidy or augment and then join objects of class radf_obj
and radf_cv
. The
object of reference is the radf_cv
. For example, if panel critical values
are provided the function will return the panel test statistic.
## S3 method for class 'radf_obj'
tidy_join(x, y = NULL, ...)
## S3 method for class 'radf_obj'
augment_join(x, y = NULL, trunc = TRUE, ...)
x |
An object of class |
y |
An object of class |
... |
Further arguments passed to methods. Not used. |
trunc |
Whether to remove the period of the minimum window from the plot (default = TRUE). |
tidy_join
also calls augment_join
when cv
is of class sb_cv
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.