cv: coefficient of variation

Description Usage Arguments Value Examples

View source: R/cv.R

Description

Compute the coefficient of variation

Usage

1
cv(x)

Arguments

x

is a numeric value, could be a a vector or data.frame

Value

cv

Examples

1
2
3
set.seed(12345)
x<-rnorm(25,2,3)
cv(x)

osoramirez/resumeR documentation built on May 30, 2019, 12:47 p.m.