brunner_munzel_test: Brunner-Munzel Test

Description Usage Arguments Source See Also

View source: R/brunner_munzel_test.R

Description

The original code was copied from lawstat v3.2 on 2019-01-23.

Usage

 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, ...)

Arguments

...

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 "two.sided" (default), "greater" or "less". You can specify just the initial letter.

conf.level

confidence level of the interval.

formula

a formula of the form lhs ~ rhs where lhs is a numeric variable giving the data values and rhs either 1 for a one-sample or paired test or a factor with two levels giving the corresponding groups. If lhs is of class "Pair" and rhs is 1, a paired test is done

data

an optional matrix or data frame (or similar: see model.frame) containing the variables in the formula formula. By default the variables are taken from environment(formula).

Source

https://github.com/vlyubchich/lawstat

See Also

stats::t.test, stats::wilcox.test


heavywatal/cellpoptime documentation built on May 5, 2021, 7:16 p.m.