Learn R Programming

descriptr (version 0.1.0)

stat_cvar: Coefficient of Variation

Description

Compute the coefficient of variation

Usage

stat_cvar(x)

Arguments

x

a numeric vector containing the values whose mode is to be computed

Details

Any NA values are stripped from x before computation takes place.

See Also

var sd

Examples

Run this code
stat_cvar(mtcars$mpg)

Run the code above in your browser using DataLab