Class "SymmetryProblem"
"SymmetryProblem"
Objects of class "SymmetryProblem"
represent the data structure corresponding to a symmetry problem.
class
Objects can be created by calls of the form
new("SymmetryProblem", x, y, block = NULL, weights = NULL, ...)
where x
and y
are data frames containing the variables and , respectively, block
is an optional factor representing the block structure and weights
is an optional integer vector corresponding to the case weights .
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. (Not yet implemented!)Class "IndependenceProblem"
, directly.
signature(.Object = "SymmetryProblem")
: See the documentation for initialize()
(in package methods
) for details.