iq_raw2score: Convert raw IQ scores to scaled or T

Description Usage Arguments Value See Also Examples

View source: R/iq-functions.R

Description

Will convert raw IQ scores from subtests into T or scaled values according to a conversion table

Usage

1

Arguments

x

raw iq score

age

age in decimals

iq_table

table with converions

Value

numeric vector of converted IQ scores

See Also

Other iq-functions: iq_table()

Examples

1
2
3
4
5
6
## Not run: 
t <- iq_table(".iq_table_subtest.tsv", "Vocab", header=TRUE)
iq_raw2score(31, 22, t)
iq_raw2score(x = c(33, 34, NA, 34), age=c(15.5, 20, 20, NA))

## End(Not run)

LCBC-UiO/Conversions documentation built on Dec. 19, 2020, 5:28 a.m.