geoCV | 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
geoMean
geoCV(mtcars$mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.