lnorm_cv2sd | R Documentation |
Convert lognormal cv to lognormal sd
lnorm_cv2sd(cv)
lnorm_cv_to_sd(cv)
cv |
lognormal cv |
Nikolai Klibansky
set.seed(1234)
x <- rnorm(1000,mean=100,sd=3)
m <- mean(log(x))
s <- sd(log(x))
lnorm_sd(mu=m,sigma=s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.