Description Usage Arguments Value See Also Examples
Will convert raw IQ scores from subtests into T or scaled values according to a conversion table
1 | iq_raw2score(x, age, iq_table)
|
x |
raw iq score |
age |
age in decimals |
iq_table |
table with converions |
numeric vector of converted IQ scores
Other iq-functions:
iq_table()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.