get.sdcMicroObj
extract information from sdcMicroObj-class
-objects depending on argument type
get.sdcMicroObj(object, type)
object
: a sdcMicroObj-class
-objecttype
: a character vector of length 1 defining what to calculate|return|modify. Allowed types are are all slotNames of obj
.a slot of a sdcMicroObj-class
-object depending on argument type
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)