CV: Coefficient of Variation (CV)

View source: R/variance_functions.R

CVR Documentation

Coefficient of Variation (CV)

Description

CV is a function that allows the calculation of the coefficient of variation for a vector of numbers.

Usage

CV(x)

Arguments

x

numeric vector.

Value

CV estimate for x.

See Also

Other Error Estimates: RSE(), SE()

Examples

# Examples
set.seed(1234)
CV(rnorm(100))
# Observed Data (Red Porgy data set)
data(RedPorgy)
CV(x = RedPorgy$R1.Age)

ballengerj/FishyR documentation built on June 17, 2022, 10:33 p.m.