QQplot | R Documentation |
QQ-plot for multiple testing in CCI
QQplot(
object,
axis.text.x = 17,
axis.text.y = 17,
strip.text.x = 17,
strip.text.y = 17,
legend.text = 17,
legend.title = 17,
...
)
object |
Object of class 'CCI' |
axis.text.x |
Size of x-axis text |
axis.text.y |
Size of y-axis text |
strip.text.x |
Size of x-axis strip text |
strip.text.y |
Size of y-axis strip text |
legend.text |
Size of legend text |
legend.title |
Size of legend title |
... |
Additional arguments to pass to the |
A QQ-plot of the p-values in ggplot2 format.
print.CCI
, summary.CCI
,
plot.CCI
, perm.test
dat <- data.frame(x1 = rnorm(100), x2 = rnorm(100), y = rnorm(100))
cci <- CCI.test(y ~ x1 | x2,
data = dat,
nperm = 25,
interaction = FALSE)
QQplot(cci)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.