calc.multiple {sdcTable} | R Documentation |
perform calculations on multiple objects depending on argument type
Description
perform calculations on multiple objects depending on argument type
Usage
calc.multiple(type, input)
## S4 method for signature 'character,list'
calc.multiple(type, input)
Arguments
type |
a character vector of length 1 defining what to calculate|return|modify. Allowed types are:
|
input |
a list depending on argument
|
Value
manipulated data based on argument type
list with elements 'groups', 'indices', 'strIDs', 'nrGroups' and 'nrTables' if argument
type
matches 'makePartitions'object of class
linProb
if argumenttype
matches 'makeAttackerProblem'object of class
sdcProblem
if argumenttype
matches 'calcFullProblem'
Note
internal functions/methods
Author(s)
Bernhard Meindl bernhard.meindl@statistik.gv.at