Learn R Programming

coin (version 1.1-0)

IndependenceLinearStatistic-class: Class "IndependenceLinearStatistic"

Description

Objects of class "IndependenceLinearStatistic" represent the linear statistic and the transformed and original data structures corresponding to an independence problem.

Arguments

Objects from the Class

Objects can be created by calls of the form new("IndependenceLinearStatistic", object, varonly = FALSE, \dots) where object is an object of class "IndependenceTestProblem", varonly is a logical indicating that slot covariance (see Slots) should only contain the diagonal elements of the covariance matrix.

Extends

Class "IndependenceTestProblem", directly. Class "IndependenceProblem", by class "IndependenceTestProblem", distance 2.

Known Subclasses

Class "IndependenceTestStatistic", directly. Class "MaxTypeIndependenceTestStatistic", by class "IndependenceTestStatistic", distance 2. Class "QuadTypeIndependenceTestStatistic", by class "IndependenceTestStatistic", distance 2. Class "ScalarIndependenceTestStatistic", by class "IndependenceTestStatistic", distance 2.