statsmodels.imputation.mice.MICE.fit

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

Fit a model using MICE.

Parameters:
n_burninint

The number of burn-in cycles to skip.

n_imputationsint

The number of data sets to impute


Last update: Mar 18, 2024