Learn R Programming

elaborator (version 1.3.5)

elaborator_calculate_spearman_distance: Calculates the distance matrix based on Spearman's correlation coefficient

Description

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.

Usage

elaborator_calculate_spearman_distance(x)

Value

A distance matrix of class "dist", which can be used for example for a seriation algorithm

Arguments

x

data matrix for which a distance matrix based on the Spearman correlation coefficient is calculated