| plot.caustests | R Documentation |
Creates diagnostic plots for quantile causality tests (tests 6-7).
## S3 method for class 'caustests'
plot(x, which = 1, type = "both", ...)
x |
An object of class |
which |
Which direction to plot (default: 1, first direction). |
type |
Plot type: "wald" for Wald statistics, "pval" for p-values, or "both" (default). |
... |
Additional arguments passed to |
Invisibly returns the plotted data.
data(caustests_data)
result <- caustests(caustests_data, test = 6,
quantiles = c(0.25, 0.50, 0.75), nboot = 199)
plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.