ci_get_item {rock} | R Documentation |
Get an item in a specific language
Description
This function takes a Narrative Response Model specification as used in NRM-based cognitive interviews, and composes an item based on the specified template for that item, the specified stimuli, and the requested language.
Usage
ci_get_item(nrm_spec, item_id, language)
Arguments
nrm_spec |
The Narrative Response Model specification. |
item_id |
The identifier of the requested item. |
language |
The language of the stimuli. |
Value
A character value with the item.
[Package rock version 0.8.1 Index]