init.dataObj {sdcTable} | R Documentation |
initialize dataObj
-objects
Description
initialize dataObj
-objects
Usage
init.dataObj(input)
## S4 method for signature 'list'
init.dataObj(input)
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 protectelement 'freqVarInd': index (within
inputData
) of variable holding frequencieselement '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
Value
an object of class dataObj
Note
internal function
Author(s)
Bernhard Meindl bernhard.meindl@statistik.gv.at
[Package sdcTable version 0.33.0 Index]