cv {RVAideMemoire} | R Documentation |
Coefficient of variation
Description
Computes the coefficient of variation of a vector.
Usage
cv(x, abs = TRUE, pc = TRUE)
Arguments
x |
numeric vector. |
abs |
logical. If |
pc |
logical. If |
Details
The function deals with missing values.
Author(s)
Maxime HERVE <maxime.herve@univ-rennes1.fr>
Examples
cv(rnorm(30))
[Package RVAideMemoire version 0.9-83-7 Index]