DistRanks {mgc} | R Documentation |
An auxiliary function that sorts the entries within each column by ascending order: For ties, the minimum ranking is used, e.g. if there are repeating distance entries, the order is like 1,2,3,3,4,..,n-1.
Description
An auxiliary function that sorts the entries within each column by ascending order: For ties, the minimum ranking is used, e.g. if there are repeating distance entries, the order is like 1,2,3,3,4,..,n-1.
Usage
DistRanks(dis)
Arguments
dis |
is a symmetric distance matrix. |
Value
disRank
is the column rank matrices of X
.
[Package mgc version 2.0.2 Index]