CV: Coeficient of Variation

View source: R/CV.R

CVR Documentation

Coeficient of Variation

Description

The function calculates the Coeficient of Variation (CV) of a quantitative vector.

Usage

CV(x)

Arguments

x

A quantitative vector.

Value

The CV of x.

Author(s)

R. Salmerón (romansg@ugr.es) and C. García (cbgarcia@ugr.es).

See Also

mean, var, sd.

Examples

# random
x = sample(1:50, 25)
x
CV(x)

multiColl documentation built on July 21, 2022, 9:06 a.m.