| calcRisks {sdcMicro} | R Documentation |
Recomputation of Risk should be done after manual changing the content of an
object of class sdcMicroObj-class
calcRisks(obj, ...)
obj |
an object of class |
... |
no arguments at the moment |
By applying this function, the dislosure risk is re-estimated and the
corresponding slots of an object of class sdcMicroObj-class are updated.
This function mostly used internally to automatically update the risk after
an sdc method is applied.
data(testdata2)
sdc <- createSdcObj(testdata2,
keyVars=c('urbrur','roof','walls','water','electcon','relat','sex'),
numVars=c('expend','income','savings'), w='sampling_weight')
sdc <- calcRisks(sdc)