attach_scales: Attach additional StandardScale to already created ScoreTable

View source: R/ScoreTable.R

attach_scalesR 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)

StatisMike/stenR documentation built on Aug. 20, 2022, 9:30 a.m.