mcirktau: Mean Circular Kendall's Tau.

mcirktauR 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)))

isocir documentation built on Aug. 17, 2023, 9:07 a.m.