DCARContControl {simFrame}R Documentation

Create objects of class "DCARContControl"

Description

Create objects of class "DCARContControl".

Usage

DCARContControl(...)

Arguments

... arguments passed to new("DCARContControl", ...).

Value

An object of class "DCARContControl".

Author(s)

Andreas Alfons, alfons@statistik.tuwien.ac.at

See Also

DCARContControl

Examples

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)

[Package simFrame version 0.1.1 Index]