lurn_si_10_names: A helper function that returns the recommended variable names...

View source: R/lurn_si_10_names.R

lurn_si_10_namesR Documentation

A helper function that returns the recommended variable names of the LURN SI-10

Description

This function returns a character vector of recommended variable names for the LURN SI-10. Case matters.

Usage

lurn_si_10_names(include_bother_item = TRUE)

Arguments

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.

Value

A character vector of recommended variable names for the LURN SI-10.

For more information

You can check the LURN SI-10 questionnaire by downloading the pdf at https://nih-lurn.org/Resources/Questionnaires.

Examples

## Not run: 
lurn_si_10_names()
lurn_si_10_names(include_bother_item = FALSE)

## End(Not run)

jameswgriffith/lurn documentation built on July 30, 2023, 4:31 a.m.