CV {multiColl} | R 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
Examples
# random
x = sample(1:50, 25)
x
CV(x)
[Package multiColl version 2.0 Index]