Description Usage Arguments Value Author(s) Examples
Helper function to simulate the log normal mean values with varying hyperparameters (means and variances). To be used as input for the means of the Poisson distribution.
1 | pickLogNormal(N, muHyp = NULL, sigHyp = NULL)
|
N |
number of log normal means to simulate |
muHyp |
If NULL (default), hyperparameters for mean of log normal are simulated using Uniform(0, 6). Otherwise, user must supply muHyp. |
sigHyp |
If NULL (default), hyperparameters for variance of log normal are simulated using Uniform(0.1, 2). Otherwise, user must supply sigHyp. |
The output is a vector of log normal values.
Stephanie Hicks
1 | pickLogNormal(N = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.