tau.dist | R Documentation |
Calculate pairwise Kendall's tau correlational distances,
i.e. 1-TAU or 1-|TAU|,
for all rows of the input matrix and return an instance of the
dist
class.
tau.dist(x, ...)
x |
n by p matrix or ExpressionSet; if x is an ExpressionSet, then the function uses its 'exprs' slot. |
... |
arguments passed to
|
Row-wise correlations are computed by calling the cor
function
with the appropriate arguments.
One minus the row-wise Kendall's tau correlations are returned as an
instance of the dist
class. Note that this can be extremely
slow for large data sets.
Beiying Ding
cor.dist
, spearman.dist
,
euc
, man
, KLdist.matrix
,
KLD.matrix
, mutualInfo
x <- matrix(rnorm(200), nrow = 5)
tau.dist(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.