CreateNewImputeMechanism {dejaVu} | R Documentation |
A function which creates an Impute Mechanism object
Description
A function which creates an Impute Mechanism object
Usage
CreateNewImputeMechanism(
name,
cols.needed = vector("character"),
impute,
parameters = NULL
)
Arguments
name |
The method name (used for printing) |
cols.needed |
which columns of the SingleSim data frame are required by the method, typically
|
impute |
A function which takes a |
parameters |
A list of named parameters describing the method (used for printing) - or NULL if none |