Skip to contents

Wilcoxon signed-rank test (one-sample or paired)

Usage

wilcoxon_signed_rank(x, y = NULL, alternative = "two.sided")

Arguments

x

Numeric vector.

y

Optional paired vector.

alternative

One of "two.sided", "less", "greater".