Description Usage Arguments Value References Examples
Wrapper function for computing all pairwise Kendall rank correlation coefficients between the columns of a given data matrix.
1 |
data |
Matrix or dataframe of appropriate dimension (n x d). Supplies the data as a matrix or data frame. |
use |
character. String (may be abbreviated) indicating the treatment of
missing values: "everything", "all.obs", "complete.obs", "na.or.complete", or
"pairwise.complete.obs" (see |
fast |
logical. For large data sets without missing values, the
computation of Kendall's tau can be sped up considerably by using the
function |
Matrix with pairwise Kendall rank correlation coefficients between the columns of the supplied data.
Davies (2016). The Book of R: A first course in programming and statistics. no starch press.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.