Commit 82043ca
committed
fix(diagnose): correct worked-example arithmetic (round-2 convergence)
Round-2 adversarial audit caught a real arithmetic contradiction in the worked
example: '3 duplicate rows per id' implies ~4x inflation (12,400 -> ~49,600),
but the example showed 12,400 -> 12,933. Reframed to 'duplicate covars rows for
a subset of ids -> +533 rows', which is internally consistent and matches the
displayed merge output. 'many-to-many merge' kept (correct for a panel: many
periods per id x duplicated covars per id). Round 2 is now dry.1 parent 6ce2621 commit 82043ca
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments