Skip to contents

Thin extender over coin::oneway_test for the permutation analogue of the classical one-way ANOVA.

Usage

morie_coin_oneway(formula, data, ...)

Arguments

formula

A formula y ~ group, where group is a (multi-level) factor.

data

A data frame.

...

Further arguments forwarded to coin::oneway_test (e.g. distribution, teststat).

Value

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