isr.checkIncompletePassage
1 2 3 4 5 6 | isr.checkIncompletePassage(
prevRow,
eligibleModuleIndices,
simuleeOut,
simulation
)
|
1 2 3 4 5 6 | options(warn=-1)
simulation = initSimulation(readRDS(system.file("example/passage-optimal.rds", package = "CATSimulator")))
simuleeOut = initSimulee(generateSimuleesByTrueTheta(-2, 10001), simulation)
eligibleModuleIndices = NULL
prevRow = 1
incompletePsgId = isr.checkIncompletePassage(prevRow, simuleeOut, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.