Description Usage Arguments Value See Also Examples
The 'wpm1' algorithm is the same algorithm as 'wpm', but optimized to run faster for tests containing only discrete single item modules.
1 | cbm.wpm1.sort(eligibleModuleIndices, simuleeOut, simulation)
|
eligibleModuleIndices |
A vector of itempool indices eligible for selection. |
simuleeOut |
A tibble containing the in-progress simulee test output. |
simulation |
An object defining the test that is being run. |
The eligibleModuleIndices, sorted by their value to the simulee.
cbm.wpm.sort for general details.
1 2 3 4 | simulation = initSimulation(readRDS(system.file("example/passage-adaptive-wpm.rds", package = "CATSimulator")))
simuleeOut = initSimulee(generateSimuleesByTrueTheta(-2, 10001), simulation)
eligibleModuleIndices = 1:nrow(simulation$modules)
balancedModuleIndices = cbm.wpm.sort(eligibleModuleIndices, simuleeOut, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.