cv {litteR} | R Documentation |
Coefficient of Variation
Description
Coefficient of Variation
Usage
cv(x, na.rm = FALSE)
Arguments
x |
a numeric vector |
na.rm |
logical. Should missing values be removed? |
Value
coefficient of variation (numeric vector of length 1).
References
https://en.wikipedia.org/wiki/Coefficient_of_variation
[Package litteR version 1.0.0 Index]