dataObj-objects depending on argument typequery dataObj-objects depending on argument type
get.dataObj(object, type)# S4 method for dataObj,character
get.dataObj(object, type)
an object of class dataObj
a character vector of length 1 defining what to calculate|return|modify. Allowed types are:
information from objects of class dataObj depending on argument type
a list if argument type matches 'rawData'
numeric vector if argument type matches 'dimVarInd', 'freqVarInd', 'numVarInd', 'weightVarInd' or 'sampWeightInd'
character vector if argument type matches 'numVarNames', 'freqVarName' or 'varName'
logical vector of length 1 if argument type matches 'isMicroData'