Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 11, 2024
1 parent 8f966fc commit 519f66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mann_whitney_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 519f66a

Please sign in to comment.