R/statistics.R
pcv.Rd
Calculate percentage coefficient of variation
pcv(x, na.rm = FALSE)
Numeric vector.
A logical value indicating whether NA values should be stripped before the computation proceeds.
The percentage coefficient of variation.
Justin Wilkins, [email protected]
pcv(rnorm(50, 5, 7.56)) #> [1] 151.9669