statsmodels.imputation.mice.MICE.fit#

MICE.fit(n_burnin=10, n_imputations=10)[source]#

Fit a model using MICE

Parameters:
n_burninint, optional

The number of burn-in cycles to skip.

n_imputationsint, optional

The number of data sets to impute

Returns:
MICEResults

The results of the MICE analysis, obtained by pooling the results of the analysis model fit to each imputed data set.