ref_brief2_lookup: ref_brief2_lookup: Lookup function the Behavioral Rating...

View source: R/ref_brief2_lookup.R

ref_brief2_lookupR Documentation

ref_brief2_lookup: Lookup function the Behavioral Rating Inventory of Executive Function-2

Description

This function pulls t-scores and percentiles based on age and sex for the the Behavioral Rating Inventory of Executive Function-2

Usage

ref_brief2_lookup(sex, age, value, item)

Arguments

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')

Value

A list with values from the lookup table

See Also

This can be called from general script: ref_lookup_fn

Examples


# 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: 



alainapearce/kellertools documentation built on Feb. 25, 2024, 7:16 a.m.