Learn R Programming

simFrame (version 0.1.2)

DARContControl-class: Class "DARContControl"

Description

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

Arguments

Objects from the Class

Objects can be created by calls of the form new("DARContControl", ...), DARContControl(...) or ContControl(..., type="DAR").

Extends

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

Methods

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

See Also

DCARContControl, ContControl, VirtualContControl, contaminate

Examples

Run this code
showClass("DARContControl")

Run the code above in your browser using DataLab