cv: Coefficient of Variation

View source: R/stats.R

cvR 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


litteR documentation built on Aug. 27, 2022, 1:05 a.m.