Learn R Programming

sasLM (version 0.6.6)

geoCV: Geometric Coefficient of Variation in percentage

Description

Geometric coefficient of variation in percentage.

Usage

geoCV(x)

Arguments

x

a numeric vector

Value

Geometric coefficient of variation in percentage.

Details

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

Examples

Run this code
# NOT RUN {
CV(mtcars$mpg)
# }

Run the code above in your browser using DataLab