Description Usage Arguments Value
View source: R/covariance_with_ranks.R
Computes the covariance of the input matrix, adjusting for ranks if given. If no rank_cols are given, this function is identical to just calling cov(x_mat)
1 | covariance_with_ranks(x_mat, rank_cols = NULL)
|
x_mat |
Matrix of variables (numeric) |
rank_cols |
Names of columns to be converted to ranks before analysis |
Covariance matrix of x_mat (potentially adjusted for ranks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.