attach_scales {stenR} | R Documentation |
Attach additional StandardScale to already created ScoreTable
Description
Attach additional StandardScale to already created ScoreTable
Usage
attach_scales(x, scale)
Arguments
x |
A ScoreTable object |
scale |
a StandardScale object or list of multiple StandardScale objects |
Examples
# having a ScoreTable with one StandardScale attached
st <- ScoreTable(FrequencyTable(HEXACO_60$HEX_C), STEN)
st$scale
names(st$table)
# possibly attach more scales to ScoreTable
st <- attach_scales(st, list(STANINE, WECHSLER_IQ))
st$scale
names(st$table)
[Package stenR version 0.6.9 Index]