R/statistics.R
wilcoxon_signed_rank.Rd
Wilcoxon signed-rank test (one-sample or paired)
wilcoxon_signed_rank(x, y = NULL, alternative = "two.sided")
Numeric vector.
Optional paired vector.
One of "two.sided", "less", "greater".