ci_import_nrm_spec {rock} | R Documentation |
Import a Narrative Response Model specification
Description
Narrative Response Models are a description of the theory of how a measurement instrument that measures a psychological construct works, geared towards conducting cognitive interviews to verify the validity of that measurement instrument. One a Narrative Response Model has been imported, it can be used to generate interview schemes, overview of each item's narrative response model, and combined with coded cognitive interview notes or transcripts.
Usage
ci_import_nrm_spec(
x,
read_ss_args = list(exportGoogleSheet = TRUE),
defaultLanguage = NULL,
silent = rock::opts$get("silent")
)
## S3 method for class 'rock_ci_nrm'
print(x, ...)
Arguments
x |
A path to a file or an URL to a Google Sheet, passed
to |
read_ss_args |
A named list with arguments to pass to
|
defaultLanguage |
Language to set as default language (by default,
i.e. if |
silent |
Whether to be silent or chatty. |
... |
Additional arguments are ignored. |
Value
A rock_ci_nrm
object.