Rdocumentation
powered by
Learn R Programming
radiant (version 0.1.95)
cv: Coefficient of variation
Description
Coefficient of variation
Usage
cv(x, na.rm = TRUE)
Arguments
x
Input variable
na.rm
If TRUE missing values are removed before calculation
Value
Coefficient of variation
Examples
Run this code
cv(runif(
100
))
Run the code above in your browser using
DataLab