CV: Coeficient of Variation

Description Usage Arguments Value Author(s) See Also Examples

View source: R/CV.R

Description

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

Usage

1
CV(x)

Arguments

x

A quantitative vector.

Value

The CV of x.

Author(s)

R. Salmer<f3>n (romansg@ugr.es) and C. Garc<ed>a (cbgarcia@ugr.es).

See Also

mean, var, sd.

Examples

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

multiColl documentation built on May 2, 2019, 4:53 p.m.