FLAME: A Fast Large-Scale Almost Matching Exactly Approach to Causal Inference

The 'FLAME' (Fast Large-scale Almost Matching Exactly) package implements the matching algorithm in Roy, Rudin, Volfovsky, and Wang (2017) <arXiv:1707.06315>. 'FLAME' performs matching of treatment and control units in the potential outcomes framework for large categorical datasets. 'FLAME' creates matches that include as many covariates as possible, and sequentially drops covariates that are less useful based on a match quality measure. Match quality combines two important elements – it considers predictive power from machine learning on a hold out training set, and a balancing factor to ensure that it does not remove a covariate that would ruin overlap between treatment and control groups. Currently the 'FLAME' package applies to categorical data, and provides two approaches for implementation - bit vectors and database management systems (e.g., 'PostgreSQL', 'SQLite'). For data that has been adequately processed and fits in memory, bit vectors should be applied. For extremely large data that does not fit in memory, database systems should be applied.

Version: 1.0.0
Depends: R (≥ 3.3)
Imports: reticulate (≥ 1.9), graphics, stats, latticeExtra, dplyr, RPostgreSQL, RSQLite, gmp, lattice, rlang
Suggests: knitr, rmarkdown, ggplot2, ggpubr, e1071
Published: 2018-12-17
Author: Chia-Rui (Jerry) Chang [aut, cre], Cynthia Rudin [aut], Alexander Volfovsky [aut], Sudeepa Roy [aut], Tianyu Wang [ctb]
Maintainer: Chia-Rui (Jerry) Chang <chiarui424 at gmail.com>
BugReports: https://github.com/chiarui424/FLAME/issues
License: GPL-3
URL: https://chiarui424.github.io/FLAME/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: FLAME results

Downloads:

Reference manual: FLAME.pdf
Package source: FLAME_1.0.0.tar.gz
Windows binaries: r-devel: FLAME_1.0.0.zip, r-devel-gcc8: FLAME_1.0.0.zip, r-release: FLAME_1.0.0.zip, r-oldrel: FLAME_1.0.0.zip
OS X binaries: r-release: FLAME_1.0.0.tgz, r-oldrel: FLAME_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=FLAME to link to this page.