filter_n | R Documentation |
Make list of A-B pair causal correlations - Normal Filtering version
filter_n(a_mat, b_mat, a_category, b_category, min_cor, min_r2, min_sample)
a_mat |
Matrix of measurements of A for each sample. |
b_mat |
Matrix of measurements of B for each sample. |
a_category |
Category name of A. |
b_category |
Category name of B. |
min_cor |
Minimum spearman correlation coefficient. |
min_r2 |
Minimum R2 score. |
min_sample |
Minimum number of samples. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.