Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,18 @@ Spurious RuntimeWarnings ("divide by zero", "overflow", "invalid value") are emi

---

## Feature Gaps (from R `did` package comparison)

Features in R's `did` package that block porting additional tests:

| Feature | R tests blocked | Priority |
|---------|----------------|----------|
| Repeated cross-sections (`panel=FALSE`) | ~7 tests in test-att_gt.R + test-user_bug_fixes.R | Medium |
| Sampling/population weights | 7 tests incl. all JEL replication | Medium |
| Calendar time aggregation | 1 test in test-att_gt.R | Low |

---

## Performance Optimizations

Potential future optimizations:
Expand Down
Loading
Loading