iq_table: Import IQ conversion table

Description Usage Arguments Value See Also Examples

View source: R/iq-functions.R

Description

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

Usage

1
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

1
2
3
4
5
## Not run: 
conversion_table <- iq_table("tests/testthat/iq_table_subtest.tsv", header=TRUE)
iq_table(conversion_table, "vocabulary")

## End(Not run)

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