View source: R/niImputations.R
niImputations | R Documentation |
niImputations
niImputations
assembles arguments and returns an S3
object of class
niImputations
.
is.niImputations
tests if a candidate object is of class
niImputations
.
niImputations(identifiers = NULL, imputations = NULL)
is.niImputations(x)
identifiers |
data.frame |
imputations |
numeric matrix of imputed indicator observations |
x |
object to be tested ( |
Objects of class niImputations
contain imputed values for missing values
in a set of indicator observations.
Class niImputations
objects are generated by the function
imputeData
.
niImputations
returns an S3
object, a list of class
niImputations
.
is.niImputations
returns TRUE
if the argument is of class
niImputations
Bård Pedersen
Functions imputeData
and imputeDiagnostics
.
The vignette objectsInNIcalc
gives a more detailed description of
niImputations
lists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.