Description Usage Arguments Value Examples
Calculate stats analyzing the quality of the Item Selection aspect of a completed simulation.
1 | getResult.ISR(simulation, simulationOut)
|
simulation |
An object defining the test that was run. |
simulationOut |
A tibble of data from simulees that have completed the simulation. |
An object containing multiple stats and tables showing the quality of the completed simulation.
1 2 3 | simulation = initSimulation(readRDS(system.file("example/passage-adaptive-wpm.rds", package = "CATSimulator")))
simulationOut = runSimulation(simulation, generateSimuleesByNormal(5))
resultISR = getResult.ISR(simulation, simulationOut)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.