Coefficient of variation

cv.per(data)

Arguments

data

numeric

Value

calculated coefficient of variation (sd/mean)

Examples

set.seed(123)
value=rnorm(100)
cv.per(value)
#> [1] 10.09686