Description Usage Arguments Value Examples
Random number generator for log-normal distribution parameterized by mean and coefficient of variation
1 | rlnorm2(n, mu, tau)
|
n |
Number of random values to be drawn from the distribution |
mu |
Mean of the distribution |
tau |
coefficient of variation of the distribution |
A vector with n
random values from the distribution
1 | rlnorm2(10, 0.5, 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.