SymmetryProblem-class {coin}R Documentation

Class "SymmetryProblem"

Description

The main class for data handling for symmetry problems.

Objects from the Class

Objects can be created by calls of the form new("SymmetryProblem", x, y, block, weights).

Slots

x:

Object of class "data.frame".

y:

Object of class "data.frame".

weights:

Object of class "numeric", however, integer values greater or equal zero are expected (and checked).

block:

Object of class "factor".

Extends

Class "IndependenceProblem", directly.

Methods

initialize

signature(.Object = "SymmetryProblem"): ...


[Package coin version 1.0-24 Index]