View source: R/ref_brief2_lookup.R
ref_brief2_lookup | R Documentation |
This function pulls t-scores and percentiles based on age and sex for the the Behavioral Rating Inventory of Executive Function-2
ref_brief2_lookup(sex, age, value, item)
sex |
numeric value for sex: 1 for male and 0 for female. equired for the following for subscale, index, and GEC values. Not needed for quality control scales (i.e., negativity, inconsistency, and frequency) |
age |
numeric value for age. Required for the following for subscale, index, and GEC values. Not needed for quality control scales (i.e., negativity, inconsistency, and frequency) |
value |
raw value/score to look up |
item |
string matching the item/subscale prefix in lookup tables (e.g., to look up t-score for the BRIEF-2 inhibition subscale, enter 'inhibit') |
A list with values from the lookup table
This can be called from general script: ref_lookup_fn
# look up t-score and percentile for the inhibit subscale of BRIEF-2 for a 7-year-old male with a raw score of 14
brief_score_data <- ref_brief2_lookup(value = 14, age = 7, sex = 0, item = 'inhibit')
## Not run:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.