ds_cvar {descriptr} | R Documentation |
Coefficient of Variation
Description
Compute the coefficient of variation
Usage
ds_cvar(data, x = NULL)
Arguments
data |
A numeric vector or |
x |
Column in |
Examples
# vector
ds_cvar(mtcars$mpg)
# data.frame
ds_cvar(mtcars, mpg)
[Package descriptr version 0.6.0 Index]