Learn R Programming

sasLM (version 0.10.5)

geoCV: Geometric Coefficient of Variation in percentage

Description

Geometric coefficient of variation in percentage.

Usage

geoCV(y)

Value

Geometric coefficient of variation in percentage.

Arguments

y

a numeric vector

Author

Kyun-Seop Bae k@acr.kr

Details

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

See Also

geoMean

Examples

Run this code
  geoCV(mtcars$mpg)

Run the code above in your browser using DataLab