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

Description Usage Arguments Value Examples

Description

Returns the next items that should be assigned to the simulee, selected from the given simulation.

Usage

1
isr.select(simuleeOut, simulation, stage)

Arguments

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

Value

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

Examples

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

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