IndependenceTestProblem-class {coin} | R Documentation |
Class "IndependenceTestProblem"
Description
Objects of class "IndependenceTestProblem"
represent the transformed
and original data structures corresponding to an independence problem.
Objects from the Class
Objects can be created by calls of the form
new("IndependenceTestProblem", object, xtrafo = trafo, ytrafo = trafo, ...)
where object
is an object of class
"IndependenceProblem"
, xtrafo
is the regression
function g(\mathbf{X})
and ytrafo
is the influence function
h(\mathbf{Y})
.
Slots
xtrans
:-
Object of class
"matrix"
. The transformedx
. ytrans
:-
Object of class
"matrix"
. The transformedy
. xtrafo
:-
Object of class
"function"
. The regression function forx
. ytrafo
:-
Object of class
"function"
. The influence function fory
. x
:-
Object of class
"data.frame"
. The variablesx
. y
:-
Object of class
"data.frame"
. The variablesy
. block
:-
Object of class
"factor"
. The block structure. weights
:-
Object of class
"numeric"
. The case weights.
Extends
Class "IndependenceProblem"
, directly.
Known Subclasses
Class "IndependenceLinearStatistic"
, directly.
Class "IndependenceTestStatistic"
, by class
"IndependenceLinearStatistic"
, distance 2.
Class "MaxTypeIndependenceTestStatistic"
, by class
"IndependenceTestStatistic"
, distance 3.
Class "QuadTypeIndependenceTestStatistic"
, by class
"IndependenceTestStatistic"
, distance 3.
Class "ScalarIndependenceTestStatistic"
, by class
"IndependenceTestStatistic"
, distance 3.
Methods
- initialize
-
signature(.Object = "IndependenceTestProblem")
: See the documentation forinitialize()
(in package methods) for details.