mcirktau {isocir} | R Documentation |
Mean Circular Kendall's Tau.
Description
This function computes the mean Circular Kendall's tau between a circular order and a data set.
Usage
mcirktau(data, posorder, ws=NULL)
Arguments
data |
vector or matrix of data to be processed. See details. |
posorder |
The posicions of the order. |
ws |
the weights. |
Details
This function computes the mean Circular Kendall's tau between a circular order and a data set.
Value
A list with the elements:
mtau |
mean circular Kendall's tau. |
ntaus |
a vector with the circular Kendall's tau of all the experiment. |
Author(s)
Author(s): Sandra Barragán. Maintainer: <sandra.barragan@gmail.com>
See Also
sce
, cond.test
, cirKendall
, isocir
, plot.isocir
.
Examples
data(cirgenes)
mcirktau(cirgenes, posorder = c(1:ncol(cirgenes)))
[Package isocir version 2.0-7.1 Index]