powered by
Compute the coefficient of variation
ds_cvar(x, na.rm = FALSE)
a numeric vector containing the values whose mode is to be computed
a logical value indicating whether NA values should be stripped before the computation proceeds.
Any NA values are stripped from x before computation takes place.
x
# NOT RUN { ds_cvar(mtcars$mpg) # }
Run the code above in your browser using DataLab