Description Usage Arguments Author(s) See Also Examples
Takes vectors representing 100-point scales and transforms them to
10-point likert-scales (numeric
).
1 |
var |
A |
Kristian D. Olsen
rescale_100
for the complement.
1 2 3 | x <- rescale_100(c(1L, 10L))
x <- rescale_10(x)
identical(x, c(1L, 10L))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.