lnorm_cv | R Documentation |
Coefficient of variation (cv) of lognormal distribution x, given the standard deviation (sigma) of log(x). Bolker 2008 page 137
lnorm_cv(sigma)
sigma |
standard deviation of log(x) |
Nikolai Klibansky
Bolker, B. M. 2008. Ecological Models and Data in R. Princeton University Press, Princeton, NJ. Page 137
## Not run:
set.seed(1234)
x <- rnorm(1000,mean=100,sd=3)
s <- sd(log(x))
lnorm_cv(sigma=s)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.