Changelog
did2s 1.0.1
CRAN release: 2023-03-27
- One line change sped-up big datasets something like 15x facepalm
did2s 0.6.0
CRAN release: 2022-04-07
- Added
estimator
argument toevent_study
and added vignette discussing the different estimators’ assumptions - Fixed “seperate” argument typo in
plot_event_study
, which may break some previous code (https://github.com/kylebutts/did2s/pull/15/)
did2s 0.5.0
Made code more robust by improving sparse model matrix creation
Rewrote covariance matrix creation to be faster and more robust
Improved block bootstrapping code using
boot::boot
Fixed Sun and Abraham bug in
event_study
, h/t Frederik Noack
did2s 0.4.0
CRAN release: 2021-09-27
Add
event_study
andplot_event_study
functionsSeperated
did_imputation
to new packagedidimputation