powered by
This function obtains the circular Kendall's tau between two sets of data.
cirKendall(phi1, phi2, test = FALSE, control.test = c("noteq", "upper", "lower"))
It returns the value of the circular Kendall's tau. If test=TRUE, it returns also the pvalue of the test.
test=TRUE
a numeric vector of data to be processed. See details.
a numeric vector of data.
logical, by default FALSE.
FALSE
"noteq", "upper" or "lower".
Author(s): Sandra Barragán. Maintainer: <sandra.barragan@gmail.com>
This function obtains the circular Kendall's tau between two data set.
Fisher,N.I. (1993).Statistical analysis of circular data. Cambridge University Press.
sce, cond.test, mrl, isocir, plot.isocir.
sce
cond.test
mrl
isocir
plot.isocir
data(cirgenes) cirKendall(cirgenes[1,],cirgenes[2,]) # Even with missing values: cirKendall(cirgenes[1,],cirgenes[8,])
Run the code above in your browser using DataLab