modify sdcProblem-objects depending on argument type
Source: R/generics_sdcProblem.r, R/methods_class_sdcProblem.r
set.sdcProblem-method.Rdmodify sdcProblem-objects depending on argument type
Usage
set.sdcProblem(object, type, input)
# S4 method for class 'sdcProblem,character,list'
set.sdcProblem(object, type, input)Arguments
- object
an object of class
sdcProblem- type
a character vector of length 1 defining what to calculate|return|modify. Allowed types are:
problemInstance: set|modify slot 'problemInstance' of argument
objectpartition: set|modify slot 'partition' of argument
objectstartI: set|modify slot 'startI' of argument
objectstartJ: set|modify slot 'startJ' of argument
objectindicesDealtWith: set|modify slot 'indicesDealtWith' of argument
object
an object of class
problemInstanceif argumenttypematches 'problemInstance'a list (derived from calc.multiple(type='makePartition', ...) if argument
typematches 'partition'a numeric vector of length 1 if argument
typematches 'startI' or 'startJ'a numeric vector if argument
typematches 'indicesDealtWith'
Author
Bernhard Meindl bernhard.meindl@statistik.gv.at