From 621e727fcca68415621fd05e943dc17eda1dc311 Mon Sep 17 00:00:00 2001 From: kholdrex Date: Fri, 5 Jun 2026 20:15:04 -0500 Subject: [PATCH] docs: fix missing strategy keyword wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2621278..6558f6c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ puts three_pl_result[:guessings] ``` ## Handling Missing Data -Real-world data often has missing responses. Each model (Rasch, 2PL, 3PL) accepts a `missing_strategy: option` to handle nil entries: +Real-world data often has missing responses. Each model (Rasch, 2PL, 3PL) accepts a `missing_strategy:` option to handle nil entries: - `:ignore` (default): Skip `nil` responses entirely in the log-likelihood and gradient calculations. - `:treat_as_incorrect`: Interpret `nil` as `0`.