View source: R/elaborator_calculate_spearman_distance.R
elaborator_calculate_spearman_distance | R Documentation |
This function derives the Spearman correlation coefficients for a data matrix and transforms the resulting similarity matrix into a distance/dissimilarity matrix. No difference is made between positive and negative correlations, i.e., correlations of -1 and 1 will be transformed to a distance of 0; correlations of 0 will be transformed to a distance of 1. Missing values in the input data will be handled by casewise deletion.
elaborator_calculate_spearman_distance(x)
x |
data matrix for which a distance matrix based on the Spearman correlation coefficient is calculated |
A distance matrix of class "dist", which can be used for example for a seriation algorithm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.