| DCARContControl {simFrame} | R Documentation |
Create objects of class "DCARContControl".
DCARContControl(...)
... |
arguments passed to new("DCARContControl", ...). |
An object of class "DCARContControl".
Andreas Alfons, alfons@statistik.tuwien.ac.at
data(eusilc)
sam <- draw(eusilc[, c("id", "eqIncome")], size = 20)
cc <- DCARContControl(target = "eqIncome", epsilon = 0.05,
dots = list(mean = 5e+05, sd = 10000))
contaminate(sam, cc)