statsmodels.imputation.mice.MICE.combine#
- MICE.combine()[source]#
Pool MICE imputation results
This method can only be used after the fit method has been called. Returns estimates and standard errors of the analysis model parameters.
- Returns:
MICEResultsThe pooled parameter estimates and covariance matrix, along with the fraction of missing information for each parameter.