geoCV: Geometric Coefficient of Variation in percentage

View source: R/geoCV.R

geoCVR Documentation

Geometric Coefficient of Variation in percentage

Description

Geometric coefficient of variation in percentage.

Usage

  geoCV(y)

Arguments

y

a numeric vector

Details

It removes NA. This is sqrt(exp(var(log(x))) - 1)*100.

Value

Geometric coefficient of variation in percentage.

Author(s)

Kyun-Seop Bae k@acr.kr

See Also

geoMean

Examples

  geoCV(mtcars$mpg)

sasLM documentation built on Nov. 19, 2023, 5:12 p.m.