Skip to content

Commit 34484a9

Browse files
authored
docs: fix missing strategy keyword wording (#19)
1 parent f83cff6 commit 34484a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ puts three_pl_result[:guessings]
7070
```
7171

7272
## 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:
73+
Real-world data often has missing responses. Each model (Rasch, 2PL, 3PL) accepts a `missing_strategy:` option to handle nil entries:
7474

7575
- `:ignore` (default): Skip `nil` responses entirely in the log-likelihood and gradient calculations.
7676
- `:treat_as_incorrect`: Interpret `nil` as `0`.

0 commit comments

Comments
 (0)