Package: FLAME
Type: Package
Title: Interpretable Matching for Causal Inference
Version: 2.1.1
Authors@R: 
  c(person(given = 'Vittorio', 
           family = 'Orlandi',
           role = c('aut', 'cre'),
           email = 'almost.matching.exactly@gmail.com'),
    person(given = 'Sudeepa',
           family = 'Roy',
           role = 'aut',
           email = 'sudeepa@cs.duke.edu'),
    person(given = 'Cynthia', 
           family = 'Rudin', 
           role = 'aut', 
           email = 'cynthia@cs.duke.edu'),
    person(given = 'Alexander',
           family = 'Volfovsky',
           role = 'aut', 
           email = 'alexander.volfovsky@duke.edu'))
URL: https://almost-matching-exactly.github.io,https://vittorioorlandi.github.io/
BugReports: https://github.com/vittorioorlandi/FLAME/issues
Description: Efficient implementations of the algorithms in the 
    Almost-Matching-Exactly framework for interpretable matching in causal
    inference. These algorithms match units via a learned, weighted Hamming
    distance that determines which covariates are more important to match on.
    For more information and examples, see the Almost-Matching-Exactly website. 
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
  glmnet,
  gmp
RoxygenNote: 7.1.1
Suggests: 
    nnet,
    knitr,
    mice,
    rmarkdown,
    testthat,
    xgboost
VignetteBuilder: knitr
