"SymmetryProblem""SymmetryProblem" represent the data structure
corresponding to a symmetry problem.
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$.x:"data.frame". The variables x.
y:"data.frame". The variables y.
block:"factor". The block structure.
weights:"numeric". The case weights.
"IndependenceProblem", directly.signature(.Object = "SymmetryProblem"): See the documentation for
initialize (in package methods) for
details.