View source: R/lurn_si_10_names.R
lurn_si_10_names | R Documentation |
This function returns a character vector of recommended variable names for the LURN SI-10. Case matters.
lurn_si_10_names(include_bother_item = TRUE)
include_bother_item |
This is TRUE by default. For the SI-10, only the 10 symptom questions are scored, so setting this parameter to FALSE will return only the first 10 item names for symptoms, and not the item about bother. |
A character vector of recommended variable names for the LURN SI-10.
You can check the LURN SI-10 questionnaire by downloading the pdf at https://nih-lurn.org/Resources/Questionnaires.
## Not run:
lurn_si_10_names()
lurn_si_10_names(include_bother_item = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.