Learn R Programming

coin (version 1.1-0)

IndependenceProblem-class: Class "IndependenceProblem"

Description

Objects of class "IndependenceProblem" represent the data structure corresponding to an independence problem.

Arguments

Objects from the Class

Objects can be created by calls of the form new("IndependenceProblem", x, y, block = NULL, weights = NULL, \dots) where x and y are data frames containing the variables $\mathbf{X}$ and $\mathbf{Y}$ respectively, block is an optional factor representing the block structure $b$ and weights is an optional integer vector corresponding to the case weights $w$.

Known Subclasses

Class "IndependenceTestProblem", directly. Class "SymmetryProblem", directly. Class "IndependenceLinearStatistic", by class "IndependenceTestProblem", distance 2. Class "IndependenceTestStatistic", by class "IndependenceTestProblem", distance 3. Class "MaxTypeIndependenceTestStatistic", by class "IndependenceTestProblem", distance 4. Class "QuadTypeIndependenceTestStatistic", by class "IndependenceTestProblem", distance 4. Class "ScalarIndependenceTestStatistic", by class "IndependenceTestProblem", distance 4.