siegel.tukey.ranks | R Documentation |
Siegel-Tukey rank function.
siegel.tukey.ranks(x)
x |
the data vector |
The complete test in one place is at https://raw.github.com/talgalili/R-code-snippets/master/siegel.tukey.r
a vector with the same length as the input, with Siegel-Tukey Ranks.
siegel.tukey.ranks(c(rnorm(10),10*rnorm(10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.