pickLogNormal: Simulate the log normal values

Description Usage Arguments Value Author(s) Examples

Description

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.

Usage

1
pickLogNormal(N, muHyp = NULL, sigHyp = NULL)

Arguments

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.

Value

The output is a vector of log normal values.

Author(s)

Stephanie Hicks

Examples

1
pickLogNormal(N = 1000)

stephaniehicks/quantroSim documentation built on May 30, 2019, 3:17 p.m.