CV {multiColl} | R Documentation |
The function calculates the Coeficient of Variation (CV) of a quantitative vector.
CV(x)
x |
A quantitative vector. |
The CV of x
.
R. Salmerón (romansg@ugr.es) and C. García (cbgarcia@ugr.es).
# random
x = sample(1:50, 25)
x
CV(x)