Transform a vector of values to its signed rank. This is sometimes necessary in cases where your data is normally distributed. For instance the Wilcoxon signed-rank test uses the signed rank of the vector.
1 | x_signed_rank <- signed_rank(x)
|
x |
Vector with numeric or integer data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.