pairwise_diff_all | R Documentation |
A function to generate pairwise difference matrix for all combinations. The function generates all K(K-1) differences (excludes the diagonal) where K is the number of columns.
pairwise_diff_all(mat, ...)
mat |
A matrix of samples |
A matrix of K(K-1) pairwise differences in both directions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.