getResult.IEC: Calculate stats analyzing the quality of the Item Exposure...

Description Usage Arguments Value Examples

View source: R/result.R

Description

Calculate stats analyzing the quality of the Item Exposure Control aspect of a completed simulation.

Usage

1
getResult.IEC(simulation, simulationOut)

Arguments

simulation

An object defining the test that was run.

simulationOut

A tibble of data from simulees that have completed the simulation.

Value

An object containing multiple stats and tables showing the quality of the completed simulation.

Examples

1
2
3
  simulation = initSimulation(readRDS(system.file("example/passage-adaptive-wpm.rds", package = "CATSimulator")))
  simulationOut = runSimulation(simulation, generateSimuleesByNormal(5))
  resultIEC = getResult.IEC(simulation, simulationOut)

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