MaxTypeIndependenceTestStatistic-class {coin}R Documentation

Class "MaxTypeIndependenceTestStatistic" ~~~

Description

Represent a maximum-type test statistic

Objects from the Class

Objects can be created by calls of the form new("MaxTypeIndependenceTestStatistic", its, alternative).

Slots

alternative:
Object of class "character" ~~
teststatistic:
Object of class "numeric" ~~
standardizedlinearstatistic:
Object of class "numeric" ~~
estimates:
Object of class "list" ~~
linearstatistic:
Object of class "numeric" ~~
expectation:
Object of class "numeric" ~~
covariance:
Object of class "VarCovar" ~~
xtrans:
Object of class "matrix" ~~
ytrans:
Object of class "matrix" ~~
xtrafo:
Object of class "function" ~~
ytrafo:
Object of class "function" ~~
x:
Object of class "data.frame" ~~
y:
Object of class "data.frame" ~~
weights:
Object of class "numeric" ~~
block:
Object of class "factor" ~~

Extends

Class "IndependenceTestStatistic", directly. Class "IndependenceLinearStatistic", by class "IndependenceTestStatistic", distance 2. Class "IndependenceTestProblem", by class "IndependenceTestStatistic", distance 3. Class "IndependenceProblem", by class "IndependenceTestStatistic", distance 4.

Methods

initialize
signature(.Object = "MaxTypeIndependenceTestStatistic"): ...

[Package coin version 1.0-3 Index]