A multivariate multinomial model imputed by EM or Data Augmentation is
represented as a mod_imputeMulti object. A complete
dataset and model is represented as an imputeMulti object.
Inherits from mod_imputeMulti. Additional slots are supplied for (1) the
call to multinomial_impute; (2) the missing and imputed data;
and (3) the number of observations with missing values.
# S4 method for imputeMulti
show(object)get_imputations(object)
# S4 method for imputeMulti
get_imputations(object)
n_miss(object)
an object of class "imputeMulti"
Gcallthe call to multinomial_impute
methodthe modeling method
mle_callthe call to the estimation function
mle_iterthe number of iterations in estimation
mle_log_likthe final log-likelihood
mle_cpthe conjugate prior if any
mle_x_ythe MLE estimate of the sufficient statistics and parameters
dataa list of the missing and imputed data
nmissthe number of observations with missing data
Objects are created by calls to
multinomial_impute, multinomial_em, or
multinomial_data_aug.
multinomial_impute, multinomial_em,
multinomial_data_aug