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

Description Usage Arguments Value Examples

Description

The 'asap' algorithm will try to end the test as soon as possible after the minimum test length has been reached.

Usage

1
tr.asap.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.asap.isTerminated(simuleeOut, simulation)

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