Commit 96eb711
Address PR #389 R7 P3: clustered weighted mass-point combinations rejected outright
The R6 wording said `cluster=` + `aggregate="event_study"` + `cband=True`
on mass-point could be made to work via `vcov_type="hc1"` / `robust=True`.
Per `had.py:4059-4095` and `had.py:3399-3447` (also documented in
REGISTRY:2380-2382) that path is rejected outright regardless of `vcov_type`,
and `survey_design=` + `cluster=` on weighted mass-point is similarly
rejected. The error is about variance-family mixing in the sup-t
bootstrap / Binder-TSL composition, not about the classical-default trap.
- `docs/api/had.rst` inline weights= shortcut summary: narrowed the CR1
qualifier - "rejected outright regardless of `vcov_type`" + cross-link
to a new sibling deviation note.
- `docs/api/had.rst` new "Mass-point cluster-combination deviation" note
beside the existing classical-default note: enumerates the two rejected
combinations (survey_design= + cluster= static and event-study;
weights= + cluster= + cband=True event-study) with the implementation's
own workaround language (cband=False / drop cluster= / cluster= alone /
weights= + cluster=).
- `docs/choosing_estimator.rst` SE Methods row: dropped the misleading
"requires explicit hc1/robust=True" implication; says rejected outright
for both the weighted shortcut + cluster= + event_study cband and the
survey_design= + cluster= mass-point combination.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f43d737 commit 96eb711
2 files changed
Lines changed: 25 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
103 | 119 | | |
104 | 120 | | |
105 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
667 | | - | |
| 667 | + | |
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
| |||
0 commit comments