View source: R/R06-Inventories_scales_questionnaires.R
camr_inventories | R Documentation |
A convenience function that, given an abbreviation for a scale, inventory, or questionnaire, returns a list of information useful for data dictionary purposes.
camr_inventories(abbreviation = NULL, subscale = "")
abbreviation |
The abbreviation for a scale, used to look up the associated pre-defined output. |
subscale |
The name of a subscale of the scale given above, used to look up the relevant ancillary output. |
A list consisting of...
Description
A brief description of the
scale/subscale and its purpose
Scale
A list with the scale name, abbreviation,
number of items, lowest to highest possible score (if
applicable), clinical cut-offs (if applicable), and
APA-styled references for the scale development/interpretation;
Subscale
A list with the subscale name,
number of items, lowest to highest possible score,
clinical cut-offs (if applicable).
Units
The units of measurement.
Megan Cooke, Jacob Weiss, Kevin Potter
# List all possible inputs (i.e., known
# scales, inventories, and questionnaires)
camr_inventories()
# Example input
camr_inventories( 'HADS' )
camr_inventories( 'HADS', subscale = 'Anxiety' )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.