statsmodels.imputation.mice.MICEData.impute_pmm#

MICEData.impute_pmm(vname)[source]#

Use predictive mean matching to impute missing values

Parameters:
vnamestr

The name of the variable to be imputed.

Notes

The perturb_params method must be called first to define the model.