numcv: Numeric CV% of a sample

View source: R/numcv.R

numcvR 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(%)

pmxcv documentation built on May 29, 2024, 7:28 a.m.