DistCentering {mgc} | R Documentation |
An auxiliary function that properly transforms the distance matrix X
Description
An auxiliary function that properly transforms the distance matrix X
Usage
DistCentering(X, option, optionRk)
Arguments
X |
is a symmetric distance matrix |
option |
is a string that specifies which global correlation to build up-on, including 'mgc','dcor','mantel', and 'rank' |
optionRk |
is a string that specifies whether ranking within column is computed or not. |
Value
A list contains the following:
A |
is the centered distance matrices |
RX |
is the column rank matrices of X. |
[Package mgc version 2.0.2 Index]