Logo

statsmodels.imputation.mice.MICE.fit

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

Fit a model using MICE.

Parameters:

n_burnin : int

The number of burn-in cycles to skip.

n_imputations : int

The number of data sets to impute

Previous topic

statsmodels.imputation.mice.MICE.combine

Next topic

statsmodels.imputation.mice.MICE.next_sample

This Page