From 519f66a6c9406f83a5851f6efc1c2409b22729b3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 11 May 2024 13:02:44 +0200 Subject: [PATCH] fix --- R/mann_whitney_test.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/mann_whitney_test.R b/R/mann_whitney_test.R index 9719006a..d1da31d5 100644 --- a/R/mann_whitney_test.R +++ b/R/mann_whitney_test.R @@ -170,7 +170,7 @@ mann_whitney_test <- function(data, r = r, p = as.numeric(p), mu = mu, - alternative = alternative, + alternative = alternative ) attr(out, "rank_means") <- stats::setNames( c(rank_mean_1, rank_mean_2),