View source: R/network_reduction.R
corPvalueStudentParallel | R Documentation |
[INTERNAL] Compute p-values for upper triangle of correlation matrix in parallel
corPvalueStudentParallel(adjacency_matrix, number_of_samples, chunk_size)
adjacency_matrix |
[matrix] Adjacency matrix of correlations computed using |
number_of_samples |
[matrix] Matrix of number of samples used in computation of each correlation value. Computed applying
|
chunk_size |
[int] Smallest unit of work in parallel computation (number of p-values to compute) |
Vector of p-values for upper triangle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.