Learn R Programming

coin (version 1.0-7)

Distribution: Distribution under the Null Hypothesis

Description

Specification of the exact, or approximation of the exact, conditional distribution of test statistics under the null hypothesis.

Usage

exact(algorithm = c("shift", "split-up"), fact = NULL)
approximate(B = 1000)
asymptotic(maxpts = 25000, abseps = 0.001, releps = 0)

Arguments

Value

  • An object of class exact, approximate or asymptotic, respectively.

Details

The distribution argument to independence_test can be specified with additional arguments using those functions.

Exact algorithms are currently only implemented for two-sample problems.