Skip to contents

Thin extender over coin::wilcox_test for two-sample permutation Wilcoxon (Mann-Whitney) tests.

Usage

morie_coin_wilcoxon(formula, data, ...)

Arguments

formula

A two-sided formula y ~ group, where group is a two-level factor.

data

A data frame.

...

Further arguments forwarded to coin::wilcox_test (e.g. distribution, alternative).

Value

A list with $method = "coin::wilcox_test" and $raw (an IndependenceTest object).