cv: 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 TRUE
the coefficient is expressed in absolute value.
- pc
logical. If TRUE
the coefficient is expressed in percentage.
Author
Maxime HERVE <maxime.herve@univ-rennes1.fr>
Details
The function deals with missing values.