IndependenceProblem-class {coin}R Documentation

Class "IndependenceProblem"

Description

The main class for data handling.

Objects from the Class

Objects can be created by calls of the form new("IndependenceProblem", 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".

Methods

initialize

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


[Package coin version 1.0-20 Index]