View source: R/istem-helpers.R
| resolve_block_items | R Documentation |
Parses ranking strings like "2>1>3" to extract the set of item
indices in each block. Only works when data columns contain character
ranking strings.
resolve_block_items(block.items, data)
block.items |
User-supplied block.items or NULL. |
data |
The forced-choice data matrix. |
A list of integer vectors (one per block), or NULL if auto-detection is not possible.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.