isr.getEligibleModules
1 | isr.getEligibleModules(row, iecReleased, 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)
row = 1
iecReleased = FALSE
eligibleModuleIndices = isr.getEligibleModules(row, iecReleased, simuleeOut, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.