IndependenceTestProblem-class {coin} | R Documentation |
Representing an independence problem
Objects can be created by calls of the form new("IndependenceTestProblem", ip, xtrafo, ytrafo, ...)
.
xtrans
:transformed x values
ytrans
:transformed y values
xtrafo
:function to transform x values with
ytrafo
:function to transform y values with
x
:x values, an object of class "data.frame"
y
:y values, an object of class "data.frame"
weights
:numeric vector of weights
block
:factor representing blocks
Class "IndependenceProblem"
, directly.
signature(.Object = "IndependenceTestProblem")
: ...