sten | R Documentation |
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.
sten(score, standardize = FALSE, bounds = TRUE)
score |
numeric vector of scores to transform |
standardize |
logical, center and scale |
bounds |
limit result to 1-10 scale, TRUE by default |
numeric vector of transformed scores
rnorm(10) %>% sten()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.