Description Usage Arguments Value
This function computes either the pearson or spearman correlation coefficient. This function is used in non_partial_corr.R
| 1 | compute_cor(data_group_2, data_group_1, type_of_cor)
 | 
| data_group_2 | This is a n*p matrix | 
| data_group_1 | This is a n*p matrix | 
| type_of_cor | If this is NULL, pearson correlation coefficient will be calculated. Otherwise, a character string "spearman" will calculate the spearman correlation coefficient. | 
A list of correlation matrices for both group 1 and group 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.