From c2398d7c26fd316b9a3373390362a0e900455930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Moreira-Soares?= Date: Fri, 3 Jun 2022 20:04:42 +0200 Subject: [PATCH] correct MICE name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 656ce0e..646a6eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# MICE - Multiple Imputation with Chained Equations -Multiple imputation with chained equation implemented from scratch. +# MICE - Multiple Imputation by Chained Equations +Multiple imputation by chained equation implemented from scratch. ## Beware This is a low performance implementation meant for pedagogical purposes only.