Import a punched version of the IQ conversion table, for scaling raw scores to norm or T-scores
iq_table(table = NULL, subtest = NULL, ...)
table | path or data.frame with conversion data |
---|---|
subtest | character vector indicating which subtest |
... | arguments to |
long tibble of the wanted conversion table
Other iq-functions:
iq_raw2score()
if (FALSE) { conversion_table <- iq_table("tests/testthat/iq_table_subtest.tsv", header=TRUE) iq_table(conversion_table, "vocabulary") }