R/ds-describe.R
ds_cvar.Rd
Compute the coefficient of variation
ds_cvar(data, x = NULL)
A numeric vector or data.frame.
data.frame
Column in data.
data
# vector ds_cvar(mtcars$mpg) #> [1] 29.99881 # data.frame ds_cvar(mtcars, mpg) #> [1] 29.99881