powered by
This function computes the mean Circular Kendall's tau between a circular order and a data set.
mcirktau(data, posorder, ws=NULL)
A list with the elements:
mean circular Kendall's tau.
a vector with the circular Kendall's tau of all the experiment.
vector or matrix of data to be processed. See details.
The posicions of the order.
the weights.
Author(s): Sandra Barragán. Maintainer: <sandra.barragan@gmail.com>
sce, cond.test, cirKendall, isocir, plot.isocir.
sce
cond.test
cirKendall
isocir
plot.isocir
data(cirgenes) mcirktau(cirgenes, posorder = c(1:ncol(cirgenes)))
Run the code above in your browser using DataLab