Description Usage Arguments Value Examples
The 'multistage' algorithm selects the item module with the best information for the current stage, and return all the items within that module
1 | isr.multistage.select(simuleeOut, simulation, stage)
|
simuleeOut |
A tibble containing the in-progress simulee test output. |
simulation |
An object defining the test that is being run. |
stage |
A number for the stage of the test to be selected |
A list containing the selected moduleIndex, plus other values useful for understanding the selection.
1 2 3 4 | simulation = initSimulation(readRDS(system.file("example/internal/shallow-multistage.rds", package = "CATSimulator")))
simuleeOut = initSimulee(generateSimuleesByTrueTheta(-2, 10001), simulation)
stage = 1
selection = isr.multistage.select(simuleeOut, simulation, stage)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.