get.kendalltau {bigtcr} | R Documentation |
Estimate Kendall's tau association between two random variables
get.kendalltau(v, w)
v |
Vector of numeric values. Missing values will be ignored. |
w |
vector of numeric values. Missing values will be ignored. |
kt <- get.kendalltau(pancancer$v, pancancer$w);