CV | 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).
mean
, var
, sd
.
# random x = sample(1:50, 25) x CV(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.