tidy.radf_obj | R Documentation |
radf_obj
objectSummarizes information about radf_obj
object.
## S3 method for class 'radf_obj'
tidy(x, format = c("wide", "long"), panel = FALSE, ...)
## S3 method for class 'radf_obj'
augment(x, format = c("wide", "long"), panel = FALSE, trunc = TRUE, ...)
x |
An object of class |
format |
Long or wide format (default = "wide"). |
panel |
If TRUE then returns the panel statistics |
... |
Further arguments passed to methods. Not used. |
trunc |
Whether to remove the period of the minimum window from the plot (default = TRUE). |
A tibble::tibble()
dta <- data.frame(psy1 = sim_psy1(n = 100), psy2 = sim_psy2(n = 100))
rfd <- radf(dta)
# Get the test statistic
tidy(rfd)
# Get the test statisticsequences
augment(rfd)
# Get the panel test statistic
tidy(rfd, panel = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.