Learn R Programming

MGMM (version 0.3.1)

fit.mix.miss.impute: Imputation for Mixutre of MVNs with Missingness.

Description

Imputation for Mixutre of MVNs with Missingness.

Usage

fit.mix.miss.impute(split_data, theta)

Arguments

split_data

Data partitioned by missingness.

theta

List containing the current `means`, `covs`, `pi`, and `gamma`.

Value

Data.matrix, in the same order as the original data, with missing values imputed to their expectations.