selectItemFromShadowTest {TestDesign} | R Documentation |
(Internal) Select item from a shadowtest
Description
(Internal) Select item from a shadowtest
Usage
selectItemFromShadowTest(
shadow_test,
position,
simulation_constants,
x,
previous_selection
)
Arguments
shadow_test |
a |
position |
the item position, ranging from 1 to test length. |
simulation_constants |
a named list containing simulation constants. |
x |
a |
previous_selection |
a named list containing item selection from previous position. |
Value
a named list containing data on the selected item.
[Package TestDesign version 1.7.0 Index]