NEWS
qte 1.4.0
- Added new function
cic2
for change-in-changes with multiple
periods and variation in treatment timing. This uses the pte
package as a backend, and is not fully tested yet.
qte 1.3.3
- bug fixes to allow critical values for uniform confidence
band to be affected by
alp
argument rather than stuck
on alp=0.05
qte 1.3.2
- now pass the significance level through in the results
- added functionality to change significance level in
ggqte
in
for pointwise confidence intervals w/o needing to re-estimate
qte 1.3.1 (2022-09-01)
- Updated maintainer's contact information
- Improvements/updates to vignettes
qte 1.3.0 (2019-06-10)
- Added first-step quantile regression support for panel.qtet, QDiD, CiC
- Added some checks that inputted data is of correct format, particularly in panel data case
qte 1.2.3
- Now using empirical quantiles in CiC method
- Added code for computing uniform confidence bands
- General improvements to codebase, e.g., combining same code used across methods
qte 1.2.2 (2018-04-30)
- Some bug fixes to CiC method
qte 1.2
- Added ddid2 method to compute quantile treatment effects under a Difference in Differences assumption following the procedure of Callaway and Li, 2016.
- Include covariates for all methods using formulas (xformla parameter) instead of passing in names
- Improvements to bootstrapping standard errors
- Some extensions to computing the ATT by itself in \code{spatt}
- Preliminary version of multi period ATT moved to \code{did} package