get.sdcMicroObj {sdcMicro} | R Documentation |
get.sdcMicroObj
Description
extract information from sdcMicroObj-class
-objects depending on argument type
Usage
get.sdcMicroObj(object, type)
Arguments
object |
a |
type |
a character vector of length 1 defining what to calculate|return|modify. Allowed types are are
all slotNames of |
Value
a slot of a sdcMicroObj-class
-object depending on argument type
Examples
sdc <- createSdcObj(testdata2,
keyVars=c('urbrur','roof','walls','water','electcon','relat','sex'),
numVars=c('expend','income','savings'), w='sampling_weight')
sl <- slotNames(sdc)
res <- sapply(sl, function(x) get.sdcMicroObj(sdc, type=x))
str(res)
[Package sdcMicro version 5.7.8 Index]