tr.csem.isTerminated: Returns whether the given simulee has completed the...

Description Usage Arguments Value Examples

Description

The 'csem' algorithm will try to end the test as soon as possible after the minimum test length has been reached and the csem of the latest item is below a target value.

Usage

1
tr.csem.isTerminated(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 logical true/false depending on whether the simulee has reached the end of the simulation.

Examples

1
2
3
  simulation = readRDS(system.file("example/passage-adaptive-wpm.rds", package = "CATSimulator"))
  simuleeOut = initSimulee(generateSimuleesByTrueTheta(-2, 10001), simulation)
  terminated = tr.csem.isTerminated(simuleeOut, simulation)

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