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