Description Usage Arguments Value Examples
The 'csem' algorithm will try to end the test as soon as possible after the minimum test length has been reached and the csem of the latest item is below a target value.
1 | tr.csem.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.csem.isTerminated(simuleeOut, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.