Description
This function is used to perform multiple imputation for missing data given the joint distribution.
Usage
Imputation(data, theta, psi)
Arguments
theta
- vector of probability for each component
psi
- specific probability for each variable in each component
Value
ImputedData - dataset has been imputated.