SymmetryProblem-class
From coin v1.3-1
by Torsten Hothorn
Class "SymmetryProblem"
Objects of class "SymmetryProblem"
represent the data structure
corresponding to a symmetry problem.
- Keywords
- classes
Objects from the Class
Objects can be created by calls of the form
new("SymmetryProblem", x, y, block = NULL, weights = NULL, \dots)
where x
and y
are data frames containing the variables
\(\mathbf{X}\) and \(\mathbf{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\).
Slots
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
Methods
- initialize
signature(.Object = "SymmetryProblem")
: See the documentation forinitialize
(in package methods) for details.
Community examples
Looks like there are no examples yet.