cv.per: Coefficient of variation

View source: R/cv.per.R

cv.perR Documentation

Coefficient of variation

Description

Coefficient of variation

Usage

cv.per(data)

Arguments

data

numeric

Value

calculated coefficient of variation (sd/mean)

Examples

set.seed(123)
value=rnorm(100)
cv.per(value)

SwampThingPaul/AnalystHelper documentation built on March 29, 2024, 6:41 p.m.