Coefficient of variation
cv(x, na.rm = TRUE)
x
: A numeric vector.na.rm
: Logical indicating whether NA values should be stripped before the computation proceeds. Default to TRUE
.The coefficient of variation of x
.
scimo:::cv(1:10)
Antoine Bichat