| IndependenceTestStatistic-class {coin} | R Documentation |
Representing test statistics
Objects can be created by calls of the form new("IndependenceTestStatistic", itp, varonly).
teststatistic:Object of class "numeric"
standardizedlinearstatistic:Object of class "numeric"
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"
Class "IndependenceLinearStatistic", directly.
Class "IndependenceTestProblem", by class "IndependenceLinearStatistic", distance 2.
Class "IndependenceProblem", by class "IndependenceLinearStatistic", distance 3.