init.dataObj-method: initialize 'dataObj'-objects

init.dataObjR 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 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

Value

an object of class dataObj

Note

internal function

Author(s)

Bernhard Meindl bernhard.meindl@statistik.gv.at


sdcTable documentation built on Aug. 11, 2023, 9:06 a.m.