Package: drlate 0.3.1
drlate: Doubly Robust Estimation of Local Average Treatment Effects
Estimates the local average treatment effect (LATE) and the local average treatment effect on the treated (LATT) using observational data with a binary instrument, implementing the complete estimator suite of Sloczynski, Uysal, and Wooldridge: the doubly robust estimators of Sloczynski, Uysal, and Wooldridge (2022) <doi:10.48550/arXiv.2208.01300> -- inverse probability weighted regression adjustment (IPWRA), inverse probability weighting (IPW), augmented inverse probability weighting (AIPW), and regression adjustment (RA) -- and the Abadie-kappa weighting estimators of Sloczynski, Uysal, and Wooldridge (2025) <doi:10.1080/07350015.2024.2332763>. Supports linear, logistic, probit, Poisson, and fractional (fractional-logit and fractional-probit) outcome and treatment models, and instrument propensity scores estimated by maximum likelihood, covariate balancing (CBPS), or inverse probability tilting (IPT). Standard errors are computed jointly for all estimation stages by stacking the moment conditions of every model into a single M-estimation system; weak-instrument-robust Fieller confidence sets, cluster-aware bootstrap inference, design diagnostics, and a doubly robust Hausman-type test of unconfoundedness are included. Estimates and standard errors are validated against the authors' Stata commands 'drlate' (Statistical Software Components S459708) and 'kappalate' (S459257).
Authors:
drlate_0.3.1.tar.gz
drlate_0.3.1.tar.gz(r-4.7-any)drlate_0.3.1.tar.gz(r-4.6-any)
drlate_0.3.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
drlate/json (API)
| # Install 'drlate' in R: |
| install.packages('drlate', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kvenkita/drlate/issues
Pkgdown/docs site:https://kvenkita.github.io
- drlate_sim - Simulated example data for drlate
Last updated from:db8d582958. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 171 | ||
| source / vignettes | OK | 186 | ||
| linux-release-x86_64 | OK | 170 | ||
| wasm-release | OK | 114 |
Exports:balancebalance_testcomplier_meansdr_hausmandrlatedrlate_comparekappa_weights
Dependencies:numDeriv
A primer: doubly robust LATE estimation, from intuition to practice
Rendered fromdrlate-primer.Rmdusingknitr::rmarkdownon Jun 24 2026.Last update: 2026-06-24
Started: 2026-06-24
Doubly robust estimation of the LATE and LATT with drlate
Rendered fromdrlate.Rmdusingknitr::rmarkdownon Jun 24 2026.Last update: 2026-06-24
Started: 2026-06-24
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Covariate balance across instrument arms | balance balance.drlate |
| Imai-Ratkovic covariate-balance test | balance_test |
| Complier covariate means | complier_means |
| Confidence intervals for drlate fits | confint.drlate |
| Doubly robust Hausman test of unconfoundedness | dr_hausman |
| Doubly robust estimation of the LATE and LATT | drlate |
| Compare drlate estimators in one call | drlate_compare |
| Simulated example data for drlate | drlate_sim |
| Abadie's kappa weights | kappa_weights |
| Diagnostic plots for drlate fits | plot.drlate |
