| mcirktau | R Documentation | 
This function computes the mean Circular Kendall's tau between a circular order and a data set.
mcirktau(data, posorder, ws=NULL)
| data | vector or matrix of data to be processed. See details. | 
| posorder | The posicions of the order. | 
| ws | the weights. | 
This function computes the mean Circular Kendall's tau between a circular order and a data set.
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): Sandra Barragán. Maintainer: <sandra.barragan@gmail.com>
sce, cond.test, cirKendall, isocir, plot.isocir.
data(cirgenes)
mcirktau(cirgenes, posorder = c(1:ncol(cirgenes)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.