It holds the model of aggregated imputed data
Function
The object to pass to the model.fun
argument of
multimput::model_impute()
.
Package
A vector of package names which must be loaded to run the function.
ModelArgs
The object to pass to the model.args
argument of
multimput::model_impute()
.
PrepareModelArgs
An optional list containing a single function that
will be applied to the object.
The result of the function will be appended to the ModelsArgs
.
Extractor
The object to pass to the extractor
argument of
multimput::model_impute()
.
ExtractorArgs
The object to pass to the extractor.args
argument of
multimput::model_impute()
.
Filter
The object to pass to the filter
argument of
multimput::model_impute()
.
Mutate
The object to pass to the mutate
argument of
multimput::model_impute()
.
AggregatedImputed
An aggregatedImputed
object with multiple
imputations.
Results
The data.frame
with the results of
multimput::model_impute()
.