statsmodels.imputation.mice.MICE.combine# MICE.combine()[source]# Pools MICE imputation results. This method can only be used after the run method has been called. Returns estimates and standard errors of the analysis model parameters. Returns a MICEResults instance.