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 data.frame.

x

Column in data.

Examples

# vector
ds_cvar(mtcars$mpg)

# data.frame
ds_cvar(mtcars, mpg)


[Package descriptr version 0.6.0 Index]