sten: Transform to STEN score (Standard Ten)

View source: R/utils.R

stenR Documentation

Transform to STEN score (Standard Ten)

Description

Get your raw total score transformed to stens, i.e., with the mean of 5.5 and a standard deviation of 2. See the Wikipedia article on the topic for more details.

Usage

sten(score, standardize = FALSE, bounds = TRUE)

Arguments

score

numeric vector of scores to transform

standardize

logical, center and scale score vector before the transformation? Defaults to FALSE.

bounds

limit result to 1-10 scale, TRUE by default

Value

numeric vector of transformed scores

Examples

rnorm(10) %>% sten()

scholaempirica/reschola documentation built on Feb. 1, 2024, 12:26 a.m.