attach_scales | R Documentation |
Attach additional StandardScale to already created ScoreTable
attach_scales(x, scale)
x |
A ScoreTable object |
scale |
a StandardScale object or list of multiple StandardScale objects |
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.