check_score_between {stenR} | R Documentation |
Pick up standarized value from ScoringTable
Description
Internal function for picking up the standardized value from
ScoringTable for single observation. normalize_scores_scoring()
Usage
check_score_between(x, col_raw, col_score)
Arguments
x |
raw score |
col_raw |
Column of raw scores from ScoringTable |
col_score |
COlumn of StandardScale score from ScoringTable |
[Package stenR version 0.6.9 Index]