Import a punched version of the IQ conversion table, for scaling raw scores to norm or T-scores

iq_table(table = NULL, subtest = NULL, ...)

Arguments

table

path or data.frame with conversion data

subtest

character vector indicating which subtest

...

arguments to rio::import

Value

long tibble of the wanted conversion table

See also

Other iq-functions: iq_raw2score()

Examples

if (FALSE) { conversion_table <- iq_table("tests/testthat/iq_table_subtest.tsv", header=TRUE) iq_table(conversion_table, "vocabulary") }