matrix_wilcox | R Documentation |
Given indices in cluster_ii, compute the ranksums test on every column for values in cluster_ii vs the rest.
matrix_wilcox(ranks, cluster_ii, check_na = FALSE, check_ties = FALSE)
ranks |
matrix of ranks, each column representing a separate variable |
cluster_ii |
numeric vector - indices denoting the group to be compared |
check_na |
- whether or not to check for NA values (slows computation) |
check_ties |
- whether or not to check for ties in ranks (slows computation) |
pval - numeric vector, pvalue for each column
stat - numeric vector, test statistic (AUC) for each column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.