We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83cff6 commit 34484a9Copy full SHA for 34484a9
1 file changed
README.md
@@ -70,7 +70,7 @@ puts three_pl_result[:guessings]
70
```
71
72
## Handling Missing Data
73
-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:
74
75
- `:ignore` (default): Skip `nil` responses entirely in the log-likelihood and gradient calculations.
76
- `:treat_as_incorrect`: Interpret `nil` as `0`.
0 commit comments