Package: CBPS
Version: 0.14
Date: 2017-10-01
Title: Covariate Balancing Propensity Score
Authors@R: c(
  person("Christian", "Fong", , "christianfong@stanford.edu", c("aut", "cre")),
  person("Marc", "Ratkovic", , "ratkovic@princeton.edu", c("aut")),
  person("Kosuke", "Imai", , "kimai@Princeton.edu", c("aut")),
  person("Chad", "Hazlett", , "chazlett@ucla.edu", c("ctb")),
  person("Xiaolin", "Yang", , "xiaoliny@princeton.edu", c("ctb")),
  person("Sida", "Peng", , "sp947@cornell.edu", c("ctb"))
  )
Depends: R (>= 3.3.2), MASS, MatchIt, nnet, numDeriv, glmnet
Imports:
Description: Implements the covariate balancing propensity score (CBPS) proposed
    by Imai and Ratkovic (2014) <DOI:10.1111/rssb.12027>. The propensity score is
    estimated such that it maximizes the resulting covariate balance as well as the
    prediction of treatment assignment. The method, therefore, avoids an iteration
    between model fitting and balance checking. The package also implements several
    extensions of the CBPS beyond the cross-sectional, binary treatment setting.
    The current version implements the CBPS for longitudinal settings so that it can
    be used in conjunction with marginal structural models from Imai and Ratkovic
    (2015) <DOI:10.1080/01621459.2014.956872>, treatments with three- and four-
    valued treatment variables, continuous-valued treatments from Fong, Hazlett,
    and Imai (2015) <http://imai.princeton.edu/research/files/CBGPS.pdf>, and the
    situation with multiple distinct binary treatments administered simultaneously.
    In the future it will be extended to other settings including the generalization
    of experimental and instrumental variable estimates. Recently we have added the 
    optimal CBPS which chooses the optimal balancing function and results in doubly 
    robust and efficient estimator for the treatment effect as well as high dimensional
    CBPS when a large number of covariates exist. 
LazyLoad: yes
LazyData: yes
License: GPL (>= 2)
NeedsCompilation: no
Repository: CRAN
Packaged: 2017-10-02 16:29:35 UTC; Christian
Author: Christian Fong [aut, cre],
  Marc Ratkovic [aut],
  Kosuke Imai [aut],
  Chad Hazlett [ctb],
  Xiaolin Yang [ctb],
  Sida Peng [ctb]
Maintainer: Christian Fong <christianfong@stanford.edu>
Date/Publication: 2017-10-02 18:53:59 UTC
