Learn R Programming

isocir (version 2.0-7.1)

mcirktau: 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)

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.

Arguments

data

vector or matrix of data to be processed. See details.

posorder

The posicions of the order.

ws

the weights.

Author

Author(s): Sandra Barragán. Maintainer: <sandra.barragan@gmail.com>

Details

This function computes the mean Circular Kendall's tau between a circular order and a data set.

See Also

sce, cond.test, cirKendall, isocir, plot.isocir.

Examples

Run this code
data(cirgenes)
mcirktau(cirgenes, posorder = c(1:ncol(cirgenes)))

Run the code above in your browser using DataLab