sparse_cor.Rd
Safe correlation function which returns a sparse matrix without missing values
sparse_cor( x, y = NULL, method = "pearson", allow_neg = TRUE, remove_na = TRUE, remove_inf = TRUE, ... )
x | Sparse matrix or character vector. |
---|---|
y | Sparse matrix or character vector. |
method | Method to use for calculating the correlation coefficient. |
allow_neg | Logical. Whether to allow negative values or set them to 0. |
... | Other arguments passed to the correlation function. |
A correlation matrix.