get.kendalltau {bigtcr} | R Documentation |
Kendall's tau Estimation
Description
Estimate Kendall's tau association between two random variables
Usage
get.kendalltau(v, w)
Arguments
v |
Vector of numeric values. Missing values will be ignored. |
w |
vector of numeric values. Missing values will be ignored. |
Examples
kt <- get.kendalltau(pancancer$v, pancancer$w);
[Package bigtcr version 1.1 Index]