numcv {pmxcv} | R Documentation |
Numeric CV% of a sample
Description
Numeric CV% of a sample
Usage
numcv(x, ...)
Arguments
x |
numeric vector |
... |
other arguments for sd() and mean() |
Value
Percent cv
Examples
test_x <- rnorm(1000, mean=50, sd=5)
cv <- numcv(test_x)
cv # expect ~ 10(%)
[Package pmxcv version 0.0.1.0 Index]