Description Usage Arguments Value Examples
Return a generator function that will generate one simulee each time it is called. The true theta of the generated simulees will follow a normal distribution. Once the specified number of simulees has been reached, no more simulees will be generated.
1 2 3 4 5 6 7 8 |
numSimulees |
The number of simulees that should be generated. |
mean |
The mean of the true theta for the generated simulees. |
sd |
The standard deviation of the true theta for the generated simulees. |
randomSeeds |
A vector of integers. The source of random seeds for each simulee. |
A generator function that will generate one simulee each time it is called.
1 | simulees = generateSimuleesByNormal(numSimulees = 5, mean = 0.5, sd = 1.2, randomSeeds = 10001:10003)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.