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
:"data.frame"
.y
:"data.frame"
.weights
:"numeric"
, however,
integer values greater or equal zero are expected (and checked).block
:"factor"
.signature(.Object = "IndependenceProblem")
: ...