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

Description Usage Arguments Value Examples

Description

Returns whether the given simulee has completed the simulation.

Usage

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

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