Learn R Programming

imputeMulti (version 0.4.5)

mod_imputeMulti-class: Class "mod_imputeMulti"

Description

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. Slots for mod_imputeMulti objects include: (1) the modeling method; (2) the call to the estimation function; (3) the number of iterations in estimation; (4) the final log-likelihood; (5) the conjugate prior if any; (6) the MLE estimate of the sufficient statistics and parameters.

Arguments

Objects from the class

Objects are created by calls to multinomial_impute, multinomial_em, or multinomial_data_aug.

See Also

multinomial_impute, multinomial_em, multinomial_data_aug