Package: qte Title: Quantile Treatment Effects Version: 2.0.0 Authors@R: person("Brantly", "Callaway", email="brantly.callaway@uga.edu", role=c("aut","cre")) Description: Provides several methods for computing the Quantile Treatment Effect (QTE) and Quantile Treatment Effect on the Treated (QTT). The main cases covered are (i) treatment is randomly assigned, (ii) treatment is as good as randomly assigned after conditioning on covariates (selection on observables) using the methods of Firpo (2007) , and (iii) identification is based on a Difference in Differences assumption, with support for several varieties including Athey and Imbens (2006) , Callaway and Li (2019) , and Callaway, Li, and Oka (2018) . Version 2.0 adds a unified staggered treatment adoption API (built on 'ptetools') for all DiD-based estimators, as well as a new lagged-outcome unconfoundedness estimator ('lou_qte'). Depends: R (>= 3.5) Imports: parallel, quantreg, BMisc, formula.tools, ggplot2, rlang, pbapply, data.table, ptetools URL: https://bcallaway11.github.io/qte, https://github.com/bcallaway11/qte BugReports: https://github.com/bcallaway11/qte/issues License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) VignetteBuilder: knitr, quarto Suggests: rmarkdown, knitr, msm, testthat (>= 3.0.0), did, quarto Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://bcallaway11.r-universe.dev Date/Publication: 2026-05-25 15:35:26 UTC RemoteUrl: https://github.com/bcallaway11/qte RemoteRef: HEAD RemoteSha: e3e207a6cecf0c473d057762bba12530e292bf8d NeedsCompilation: no Packaged: 2026-07-04 06:32:58 UTC; root Author: Brantly Callaway [aut, cre] Maintainer: Brantly Callaway