getIndexOfExcludedEntry {TestDesign} | R Documentation |
(Internal) Convert item IDs to item indices for exclusion
Description
getIndexOfExcludedEntry
is an internal function for
converting item IDs to item indices for exclusion.
Usage
getIndexOfExcludedEntry(exclude, constraints)
Arguments
exclude |
a length-nj list, where each entry is a named list containing:
|
constraints |
a |
Details
Notation:
nj the number of examinees
Value
getIndexOfExcludedEntry
returns a length-nj list in the same structure,
with its contents converted to item indices.
[Package TestDesign version 1.7.0 Index]