Description Usage Arguments Source See Also
View source: R/brunner_munzel_test.R
The original code was copied from lawstat v3.2 on 2019-01-23.
1 2 3 4 5 6 7 8 9 10 11 12 13 | brunner_munzel_test(...)
## Default S3 method:
brunner_munzel_test(
x,
y,
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95,
...
)
## S3 method for class 'formula'
brunner_munzel_test(formula, data, ...)
|
... |
further arguments to be passed to or from methods. |
x |
a (non-empty) numeric vector of data values. |
y |
an optional (non-empty) numeric vector of data values. |
alternative |
a character string specifying the alternative
hypothesis, must be one of |
conf.level |
confidence level of the interval. |
formula |
a formula of the form |
data |
an optional matrix or data frame (or similar: see
|
https://github.com/vlyubchich/lawstat
stats::t.test
, stats::wilcox.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.