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 come from the next value in the given vector. Once all true thetas have been consumed, no more simulees will be generated.
1 | generateSimuleesByTrueTheta(trueThetas, randomSeeds = NULL)
|
trueThetas |
A vector of doubles. The source of true thetas for each simulee. |
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 = generateSimuleesByTrueTheta(-2:2, 10001:10003)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.