powered by
Plot for CCI testing
# S3 method for CCI plot( x, fill_color = "lightblue", 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, base_size = 13, ... )
A plot of the null distribution and the test statistic in ggplot2 format.
Object of class 'CCI'
Color for the histogram fill
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
Base font size
Additional arguments to ggplot2
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, interaction = FALSE, nperm = 30) plot(cci)
Run the code above in your browser using DataLab