geocv | R Documentation |
geocv
computes the CV of log-normal data.
geocv(x, na.rm = TRUE)
x |
A numeric value, vector or list. |
na.rm |
(logical) whether or not to remove |
This function first log10-transforms the original data x
.
It then passes the standard deviation of the result to logsd2cv
.
Returns the geometric CV (as percentage)
Felipe Figueiredo
d <- c(10,100,1000) geocv(d) geocv(d) == logsd2cv(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.