Skip to content

Citing PyMICE

Methodology (required)

When you use multiple imputation, cite the MICE/FCS methodology:

  • van Buuren, S., & Groothuis-Oudshoorn, K. (2011). mice: Multivariate Imputation by Chained Equations in R. Journal of Statistical Software, 45(3). doi:10.18637/jss.v045.i03
  • Rubin, D. B. (1987). Multiple Imputation for Nonresponse in Surveys. Wiley.

Software

@software{pymice2026,
  author  = {McGehee, Ryan P.},
  title   = {PyMICE: Multivariate Imputation by Chained Equations for Python},
  year    = {2026},
  url     = {https://github.com/ryanpmcg/PyMICE},
  version = {0.1.0},
  doi     = {10.5281/zenodo.TBD},
  note    = {PyPI package pymice-fcs; import as pymice}
}

Replace zenodo.TBD with the Zenodo DOI after the first archived release.

Install from PyPI: pymice-fcs. A machine-readable citation file is at CITATION.cff in the repository root.