Learn R Programming

sasLM (version 0.9.2)

geoCV: Geometric Coefficient of Variation in percentage

Description

Geometric coefficient of variation in percentage.

Usage

geoCV(x)

Value

Geometric coefficient of variation in percentage.

Arguments

x

a numeric vector

Author

Kyun-Seop Bae k@acr.kr

Details

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

Examples

Run this code
CV(mtcars$mpg)

Run the code above in your browser using DataLab