Description Usage Arguments Value Examples
Calculates the sum of the column standard devation divided by the sum of the column mean and a small value to avoid dividing by 0 (eps
)
1 | comb_cv(X, eps = 1e-04)
|
X |
data.frame or matrix of numeric data |
eps |
small value to add to the mean to avoid dividing by 0; defaults to 1e-4 |
returns the sum of the coefficients of variation for all columns of X
1 | comb_cv( data.frame( test1=rep(0,5), test2=c(0.2,0.3,0.35,0.27,0.21) ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.