Description Usage Arguments Value See Also
View source: R/z_other_functions.R
rescale values non-linearly to the unit interval using rank scores q given by q = (rank(x) - 0.5) / N where N = length(x).
1 | RankScore(x)
|
x |
numeric vector. |
RankScore
returns a numeric vector of rank scores.
S01, SX2Y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.