IndependenceProblem-class {coin} | R Documentation |
The main class for data handling.
Objects can be created by calls of the form new("IndependenceProblem", x, y, block, weights)
.
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"
.
signature(.Object = "IndependenceProblem")
: ...