Description Usage Arguments Value Examples
The 'asap' algorithm will try to end the test as soon as possible after the minimum test length has been reached.
1 | tr.asap.isTerminated(simuleeOut, simulation)
|
simuleeOut |
A tibble containing the in-progress simulee test output. |
simulation |
An object defining the test that is being run. |
A logical true/false depending on whether the simulee has reached the end of the simulation.
1 2 3 | simulation = readRDS(system.file("example/passage-adaptive-wpm.rds", package = "CATSimulator"))
simuleeOut = initSimulee(generateSimuleesByTrueTheta(-2, 10001), simulation)
terminated = tr.asap.isTerminated(simuleeOut, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.