Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.71 KB

NEWS.md

File metadata and controls

48 lines (40 loc) · 1.71 KB
output title author date vignette
github_document
NEWS
Brantly Callaway
`r Sys.Date()`
%\VignetteIndexEntry{NEWS} %\VignetteEngine{knitr::rmarkdown} \usepackage[utf8]{inputenc}

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

  • Updated maintainer's contact information
  • Improvements/updates to vignettes

qte 1.3.0

  • 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

  • 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