Learn R Programming

simFrame (version 0.1.2)

DCARContControl-class: Class "DCARContControl"

Description

Class for controlling contamination in a simulation experiment. The values of the contaminated observations will be distributed completely at random (DCAR), i.e., they will not depend on on the original values.

Arguments

Objects from the Class

Objects can be created by calls of the form new("DCARContControl", ...), DCARContControl(...) or ContControl(..., type="DCAR") (the latter exists mainly for back compatibility with early draft versions of simFrame).

Extends

Class "ContControl", directly. Class "VirtualContControl", by class "ContControl", distance 2. Class "OptContControl", by class "ContControl", distance 3.

Methods

No methods defined with class "DCARContControl" in the signature.

See Also

DARContControl, ContControl, VirtualContControl, contaminate

Examples

Run this code
showClass("DCARContControl")

Run the code above in your browser using DataLab