signed_rank: Obtain signed rank

Description Usage Arguments

View source: R/signed_rank.R

Description

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.

Usage

1
x_signed_rank <- signed_rank(x)

Arguments

x

Vector with numeric or integer data


norment/normentR documentation built on Nov. 11, 2020, 2:16 a.m.