Learn R Programming

sdcTable (version 0.32.2)

init.dataObj: initialize dataObj-objects

Description

initialize dataObj-objects

Usage

init.dataObj(input)

# S4 method for list init.dataObj(input)

Value

an object of class dataObj

Arguments

input

a list with element described below:

  • element 'inputData': a list object holding data

  • element 'dimVarInd': index (within inputData) of variables that define the table to protect

  • element 'freqVarInd': index (within inputData) of variable holding frequencies

  • element 'numVarInd' index (within inputData) of numerical variables (or NULL)

  • element 'weightInd': index (within inputData) of variable holding weights (or NULL)

  • element 'sampWeightInd': index (within inputData) of variable holding sampling weights (or NULL)

  • element 'isMicroData': logical vector of length 1

Author

Bernhard Meindl bernhard.meindl@statistik.gv.at