Description Usage Arguments Value Examples
For each pairs of components, it computes p-values to test the null hypothesis of no correlation between components. The p-values are computed following the resampling method developed in Winkler, A. M., Renaud, O., Smith, S. M., & Nichols, T. E. (2020). Permutation inference for canonical correlation analysis. NeuroImage, 220, 117065. https://doi.org/10.1016/j.neuroimage.2020.117065.
1 2 3 4 5 6 7 8 | cc_inference(
mod,
B = 100,
alpha_max = 0.5,
numb_cc = NULL,
resamp_type = "sign-flip",
light = FALSE
)
|
mod |
an |
B |
( |
alpha_max |
stop if p-value > alpha_max ( |
numb_cc |
stop after computing p-values for the first |
resamp_type |
|
light |
If |
It returns an acca
object (see cc
) with p-values for each pair of the numb_cc
components.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.