Learn R Programming

bigtcr (version 1.1)

get.kendalltau: 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

Run this code
# NOT RUN {
kt <- get.kendalltau(pancancer$v, pancancer$w);

# }

Run the code above in your browser using DataLab