Description Usage Arguments See Also
View source: R/ImputeMechanism.R
A function which creates an Impute Mechanism object
1 2 | CreateNewImputeMechanism(name, cols.needed = vector("character"), impute,
parameters = NULL)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.