Description Usage Arguments Value Examples
Run a single simulee through the given simulation.
1 | runSimulee(simulee, simulation)
|
simulee |
A tibble containing at least one simulee, the first row will be used. |
simulation |
An object defining the test to be run. |
A tibble containing the completed simulee test output.
1 2 3 4 5 | options(warn=-1)
simulation = initSimulation(readRDS(system.file("example/workshop2pl-small-optimal.rds", package = "CATSimulator")))
simulation$control$solver = list(name = "lpsolve", external = F, mipGap = 0.0001, timeout = 1000, verbose = F)
simulee = generateSimuleesByTrueTheta(-2, 10001)
simuleeOut = runSimulee(simulee, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.