
Coefficient of variation computation
calc_cv.RdComputation of the coefficient of variation (CV).
Examples
x <- rnorm(100,1)
calc_cv(x)
#> [1] 0.86

calc_cv.RdComputation of the coefficient of variation (CV).
x <- rnorm(100,1)
calc_cv(x)
#> [1] 0.86