cutList
-objects depending on argument type
modify cutList
-objects depending on argument type
set.cutList(object, type, input)# S4 method for cutList,character,list
set.cutList(object, type, input)
an object of class cutList
an object of class cutList
a character vector of length 1 defining what to calculate|return|modify. Allowed types are:
addCompleteConstraint: add a constraint to argument object
removeCompleteConstraint: remove a constraint from argument object
a list depending on argument type
.
type==addCompleteConstraint: a list of length 1
first element: an object of class cutList
with exactly one constraint
type==removeCompleteConstraint: a list of length 1
first element: numeric vector of length 1 specifying the index of the constraint that should be removed
Bernhard Meindl bernhard.meindl@statistik.gv.at