cv.per | R Documentation |
Coefficient of variation
cv.per(data)
data |
numeric |
calculated coefficient of variation (sd/mean)
set.seed(123)
value=rnorm(100)
cv.per(value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.