Description Usage Arguments Value Examples
Filter the given items down to the best N rows, as defined by the simulation.
1 | iec.filter(balancedModuleIndices, simulation)
|
balancedModuleIndices |
A vector of indices, which are candidates for selection sorted by their value to the simulee. |
simulation |
An object defining the test that is being run. |
The balancedModuleIndices, filtered to the best N values.
1 2 3 | simulation = initSimulation(readRDS(system.file("example/passage-adaptive-wpm.rds", package = "CATSimulator")))
balancedModuleIndices = sample(1:nrow(simulation$modules), 4)
candidateModuleIndices = iec.filter(balancedModuleIndices, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.