setNA-methods {simFrame}R Documentation

Methods for setting missing values

Description

Insert missing values into data.

Methods

x = "data.frame", control = "character"
set missing values using a control class specified by the character string control. The slots of the control object may be supplied as additional arguments.
x = "data.frame", control = "missing"
set missing values using a control object of class "NAControl". Its slots may be supplied as additional arguments.
x = "data.frame", control = "NAControl"
set missing values as defined by the control object control.

Author(s)

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

See Also

setNA, NAControl, VirtualNAControl


[Package simFrame version 0.1.1 Index]