The object returned by gmm_impute(). It carries the m completed data
matrices, the bootstrap-fitted mixtures behind them (used by the analytic
pooling in proxy_pool()), the mixture fitted to the full data, and a
record of the missingness. Pass it to gmm_complete() to extract the
completed datasets and to proxy_pool() / proxy_fmi() for inference.
Arguments
- data
The numeric data matrix supplied to
gmm_impute(), withNAfor missing entries.- completions
List of
mcompleted data matrices.- fits
List of
mbootstrap-fitted gmm objects behind the completions.- point_fit
The gmm fitted to the full data.
- n_components
Integer number of mixture components.
- m
Integer number of completions.
- mechanism
Missingness mechanism (currently
"mar").- observed
Logical matrix marking the observed entries.
- var_names
Character vector of column names.
- is_data_frame
Logical; whether the input was a data frame.
- diagnostics
List of fit diagnostics (per-column missing rates, convergence, iterations).
- call
The matched call.
See also
Other imputation:
as_mids(),
gmm_complete(),
gmm_impute(),
mechanism,
proxy_fmi(),
proxy_mnar_sensitivity(),
proxy_pool()