Description Usage Arguments Details Value Examples
View source: R/cor_wo_shared_zero.R
Remove positions where x=y=0
and then compute
correlation.
1 | cor_wo_shared_zero(x, y, ...)
|
x |
a numeric vector with positive or null entries. |
y |
a numeric vector with positive or null entries. |
... |
arguments to be passed to |
For method
: one of "pearson" (default), "kendall", or
"spearman".
The estimated correlation coefficient between x
and y
after removing shared zeros.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.