diff --git a/R/mann_whitney_test.R b/R/mann_whitney_test.R index 60d5719..3c2f2f2 100644 --- a/R/mann_whitney_test.R +++ b/R/mann_whitney_test.R @@ -38,7 +38,7 @@ #' must be one of `"two.sided"` (default), `"greater"` or `"less"`. See `?t.test` #' and `?wilcox.test`. #' @param mu The hypothesized difference in means (for `t_test()`) or location -#' shift (for `mann_whitney_test()`). The default is 0. +#' shift (for `wilcoxon_test()` and `mann_whitney_test()`). The default is 0. #' @param ... Additional arguments passed to `wilcox.test()` (for unweighted #' tests, i.e. when `weights = NULL`). #' diff --git a/man/mann_whitney_test.Rd b/man/mann_whitney_test.Rd index 4fd1cb0..d5f53e3 100644 --- a/man/mann_whitney_test.Rd +++ b/man/mann_whitney_test.Rd @@ -43,7 +43,7 @@ test. If \code{by} is not a factor, it will be coerced to a factor. For \item{weights}{Name of an (optional) weighting variable to be used for the test.} \item{mu}{The hypothesized difference in means (for \code{t_test()}) or location -shift (for \code{mann_whitney_test()}). The default is 0.} +shift (for \code{wilcoxon_test()} and \code{mann_whitney_test()}). The default is 0.} \item{alternative}{A character string specifying the alternative hypothesis, must be one of \code{"two.sided"} (default), \code{"greater"} or \code{"less"}. See \code{?t.test} diff --git a/man/t_test.Rd b/man/t_test.Rd index 9c0105c..7895e34 100644 --- a/man/t_test.Rd +++ b/man/t_test.Rd @@ -46,7 +46,7 @@ test. If \code{by} is not a factor, it will be coerced to a factor. For samples.} \item{mu}{The hypothesized difference in means (for \code{t_test()}) or location -shift (for \code{mann_whitney_test()}). The default is 0.} +shift (for \code{wilcoxon_test()} and \code{mann_whitney_test()}). The default is 0.} \item{alternative}{A character string specifying the alternative hypothesis, must be one of \code{"two.sided"} (default), \code{"greater"} or \code{"less"}. See \code{?t.test} diff --git a/man/wilcoxon_test.Rd b/man/wilcoxon_test.Rd index 0f68f5d..9445e65 100644 --- a/man/wilcoxon_test.Rd +++ b/man/wilcoxon_test.Rd @@ -43,7 +43,7 @@ test. If \code{by} is not a factor, it will be coerced to a factor. For \item{weights}{Name of an (optional) weighting variable to be used for the test.} \item{mu}{The hypothesized difference in means (for \code{t_test()}) or location -shift (for \code{mann_whitney_test()}). The default is 0.} +shift (for \code{wilcoxon_test()} and \code{mann_whitney_test()}). The default is 0.} \item{alternative}{A character string specifying the alternative hypothesis, must be one of \code{"two.sided"} (default), \code{"greater"} or \code{"less"}. See \code{?t.test}