Description Objects from the Class Slots Known Subclasses Methods
Objects of class "IndependenceProblem"
represent the data structure
corresponding to an independence problem.
Objects can be created by calls of the form
1 |
where x
and y
are data frames containing the variables
X and Y respectively, block
is an
optional factor representing the block structure b and weights
is
an optional integer vector corresponding to the case weights w.
x
:Object of class "data.frame"
. The variables x
.
y
:Object of class "data.frame"
. The variables y
.
block
:Object of class "factor"
. The block structure.
weights
:Object of class "numeric"
. The case weights.
Class "IndependenceTestProblem"
, directly.
Class "SymmetryProblem"
, directly.
Class "IndependenceLinearStatistic"
, by class
"IndependenceTestProblem"
, distance 2.
Class "IndependenceTestStatistic"
, by class
"IndependenceTestProblem"
, distance 3.
Class "MaxTypeIndependenceTestStatistic"
, by class
"IndependenceTestProblem"
, distance 4.
Class "QuadTypeIndependenceTestStatistic"
, by class
"IndependenceTestProblem"
, distance 4.
Class "ScalarIndependenceTestStatistic"
, by class
"IndependenceTestProblem"
, distance 4.
signature(.Object = "IndependenceProblem")
: See the documentation
for initialize
(in package methods) for
details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.