Description Usage Arguments Value Author(s) See Also Examples
Psychologists frequently report data in terms of transformed scales such as “IQ" (mean=100, sd=15, “SAT/GRE" (mean=500, sd=100), “ACT" (mean=18, sd=6), “T-scores" (mean=50, sd=10), or “Stanines" (mean=5, sd=2). The rescale
function converts the data to standard scores and then rescales to the specified mean(s) and standard deviation(s).
1 |
x |
A matrix or data frame |
mean |
Desired mean of the rescaled scores- may be a vector |
sd |
Desired standard deviation of the rescaled scores |
df |
if TRUE, returns a data frame, otherwise a matrix |
A data.frame (default) or matrix of rescaled scores.
William Revelle
See Also scale
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.