logsd2cv | R Documentation |
logsd2cv
the log10-transformed sd
from a log-normal variable to the CV.
logsd2cv(x)
x |
The log10-transformed |
This function converts the log10-transformed standard deviation of a log-normal variable to the CV.
Returns the geometric CV (as percentage)
Felipe Figueiredo
d <- c(10,100,1000) sd(log10(d)) # 1 logsd2cv(1) # 1413.21\%
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.