forked from markmfredrickson/optmatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
82 lines (82 loc) · 2 KB
/
Copy pathDESCRIPTION
File metadata and controls
82 lines (82 loc) · 2 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Package: optmatch
Version: 0.9-12
Title: Functions for Optimal Matching
Description: Distance based bipartite matching using the RELAX-IV minimum cost flow solver,
oriented to matching of treatment and control groups in observational
studies. Routines are provided to generate distances from generalised linear models (propensity
score matching), formulas giving variables on which to limit matched distances, stratified or
exact matching directives, or calipers, alone or in combination.
Author: Ben B. Hansen <ben.hansen@umich.edu>, Mark Fredrickson
<mark.m.fredrickson@gmail.com>, Josh Buckner, Josh Errickson,
Adam Rauh and Peter Solenberger, with embedded Fortran code due to
Dimitri P. Bertsekas <dimitrib@mit.edu> and Paul Tseng
Maintainer: Mark M. Fredrickson <mark.m.fredrickson@gmail.com>
LazyData: true
Depends:
R (>= 2.15.1),
survival
LinkingTo: Rcpp
Imports:
Rcpp,
RItools,
digest,
stats,
methods,
graphics
Suggests:
boot,
biglm,
testthat (>= 0.11.0),
roxygen2,
brglm,
arm,
knitr,
rmarkdown,
pander,
xtable
Enhances:
CBPS,
haven
License: file LICENSE
URL: https://github.com/markmfredrickson/optmatch
Collate:
'DenseMatrix.R'
'InfinitySparseMatrix.R'
'Ops.optmatch.dlist.R'
'Optmatch-package.R'
'Optmatch.R'
'RcppExports.R'
'abs.optmatch.dlist.R'
'boxplotMethods.R'
'caliper.R'
'data.R'
'deprecated.R'
'distUnion.R'
'exactMatch.R'
'feasible.R'
'fill.NAs.R'
'fmatch.R'
'fullmatch.R'
'makedist.R'
'match_on.R'
'matched.R'
'matched.distances.R'
'matchfailed.R'
'max.controls.cap.R'
'mdist.R'
'min.controls.cap.R'
'pairmatch.R'
'print.optmatch.R'
'print.optmatch.dlist.R'
'relaxinfo.R'
'scores.R'
'stratumStructure.R'
'subDivStrat.R'
'summary.ism.R'
'summary.optmatch.R'
'utilities.R'
'zzz.R'
'zzzDistanceSpecification.R'
VignetteBuilder: knitr
RoxygenNote: 7.0.1
Encoding: UTF-8