powered by
QQ-plot for multiple testing in CCI
QQplot( object, title.size = 14, axis.text.x = 13, axis.text.y = 13, strip.text.x = 13, strip.text.y = 13, legend.text = 13, legend.title = 13, axis.title.x = 13, axis.title.y = 13, progress = TRUE, ... )
A QQ-plot of the p-values in ggplot2 format.
Object of class 'CCI'
Size of the plot title
Size of x-axis text
Size of y-axis text
Size of x-axis strip text
Size of y-axis strip text
Size of legend text
Size of legend title
Size of x-axis title
Size of y-axis title
Logical indicating whether to show progress during computation
Additional arguments to pass to the test.gen function.
test.gen
print.CCI, summary.CCI, plot.CCI, perm.test
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)
Run the code above in your browser using DataLab