-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: blopmatch
Title: Matching Estimator based on a Bilevel Optimization Problem
Version: 0.0.9000
Authors@R: person("George", "Vega Yon", email = "g.vegayon@gmail.com", role = c("aut", "cre"))
Description: An implementation of Díaz, Rau and Rivera (2015) matching estimator
for causal inference. The authors propose a matching estimator based on a
Bilevel Optimization Problem. In raw terms, the two problems are (1) finding a
convex combination that (2) using the closets neighbors possible. The solution
to this problem allows computing Treatment Effect estimators that significantly
improve balance in case-control studies, and furthermore, can be used for data
imputation.
Depends:
R (>= 3.3.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
lpSolveAPI (>= 5.5.2.0-17),
Rglpk (>= 0.6-2),
stats,
graphics,
Rcpp,
RcppArmadillo,
Matrix,
methods,
MatchIt
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr
LinkingTo:
Rcpp,
RcppArmadillo,
rcppglpk
Remotes:
https://github.com/gvegayon/rcppglpk