Description Usage Arguments Author(s) References See Also Examples
performs a Monte-Carlo Test on the sum of the singular values of a
procustean rotation (see procuste.rtest
).
1 2 3 4 5 | corls_test(
...,
permutations = permute::how(nperm = 999),
p_adjust_method = "holm"
)
|
... |
the set of matrices or a |
permutations |
a list of control values for the permutations as returned
by the function |
p_adjust_method |
the multiple test correction method used
to adjust p values. |
Eric Coissac
Christelle Gonindard-Melodelima
Jackson:95:00ProcMod
1 2 3 4 5 6 7 8 | A <- simulate_matrix(10,3)
B <- simulate_matrix(10,5)
C <- simulate_correlation(B,10,r2=0.6)
# Computes the correlation matrix
data <- procmod_frame(A = A, B = B, C = C)
corls_test(data, permutations = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.