- form
Model formulas as a list.
- data
Data set to impute
- boot
Accounting for model uncertainty with a classical bootstrap,
Default: TRUE
- robustboot
Accounting for model uncertainty with robust bootstrap
methods, Default: 'stratified'
- method
Imputation method, Default: 'MM'
- takeAll
Missing values are intialized when TRUE, Default: TRUE
- alpha
Relative size of good data points. Used for the robust
bootstrap methods, Default: 0.75
- uncert
Imputation uncertainty method, Default: 'pmm'
- family
Not supported and ignored. Foreseen for future versions, Default: 'Gaussian'
- value_back
Only observations with imputed values as return object (ymiss),
or the whole data set, Default: 'all'