geoCV {sasLM} | R 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
Examples
geoCV(mtcars$mpg)
[Package sasLM version 0.10.4 Index]