geoCV {sasLM} | R Documentation |
Geometric coefficient of variation in percentage.
geoCV(y)
y |
a numeric vector |
It removes NA
. This is sqrt(exp(var(log(x))) - 1)*100.
Geometric coefficient of variation in percentage.
Kyun-Seop Bae k@acr.kr
geoCV(mtcars$mpg)