Description Usage Arguments Details Note
Compute the covariance between two expressions.
1 2 3 4 5 | ## S4 method for signature 'characterOrColumn,characterOrColumn'
covar_samp(col1, col2)
## S4 method for signature 'characterOrColumn,characterOrColumn'
covar_pop(col1, col2)
|
col1 |
the first Column. |
col2 |
the second Column. |
covar_sample
: Alias for cov
.
covar_pop
: Computes the population covariance between two expressions.
covar_samp since 2.0.0
covar_pop since 2.0.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.