isr.adaptive.select: Returns the next items that should be assigned to the...

Description Usage Arguments Value Examples

Description

The 'adaptive' algorithm uses content balancing and item exposure algorithms to select the best item in the item pool for the given simulee.

Usage

1
isr.adaptive.select(simuleeOut, simulation)

Arguments

simuleeOut

A tibble containing the in-progress simulee test output.

simulation

An object defining the test that is being run.

Value

A list containing the selected moduleIndex, plus other values useful for understanding the selection.

Examples

1
2
3
  simulation = initSimulation(readRDS(system.file("example/passage-adaptive-wpm.rds", package = "CATSimulator")))
  simuleeOut = initSimulee(generateSimuleesByTrueTheta(-2, 10001), simulation)
  selection = isr.adaptive.select(simuleeOut, simulation)

yuehmeir2/CATSimulator documentation built on June 13, 2021, 7:02 p.m.