-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
97 lines (97 loc) · 2.47 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Package: optmatch
Version: 0.10.8.9001
Title: Functions for Optimal Matching
Description: Distance based bipartite matching using minimum cost flow, oriented
to matching of treatment and control groups in observational studies ('Hansen'
and 'Klopfer' 2006 <doi:10.1198/106186006X137047>). 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.
Authors@R: c(person("Ben", "Hansen", role = "aut", email = "[email protected]"),
person("Mark", "Fredrickson", role = "aut", email = "[email protected]"),
person("Josh", "Errickson", role = c("cre","aut"), email = "[email protected]"),
person("Josh", "Buckner", role = "aut"),
person("Adam", "Rauh", role = "ctb"))
LazyData: true
Depends: R (>= 3.5.0)
LinkingTo: Rcpp
Imports:
Rcpp,
dplyr,
stats,
tibble,
methods,
graphics,
rlemon
Suggests:
RItools,
boot,
biglm,
survey,
testthat (>= 0.11.0),
roxygen2,
brglm,
arm,
knitr,
rmarkdown,
markdown,
pander,
xtable,
rrelaxiv,
magrittr
Enhances:
CBPS,
haven
License: MIT + file LICENSE
License_is_FOSS: yes
License_restricts_use: no
URL: http://optmat.ch, https://github.com/markmfredrickson/optmatch
BugReports: https://github.com/markmfredrickson/optmatch/issues
Additional_repositories: https://errickson.net/rrelaxiv
Collate:
'DenseMatrix.R'
'InfinitySparseMatrix.R'
'MCFSolutions.R'
'Ops.optmatch.dlist.R'
'Optmatch-package.R'
'RcppExports.R'
'abs.optmatch.dlist.R'
'boxplotMethods.R'
'caliper.R'
'complementarySlackness.R'
'data.R'
'deprecated.R'
'distUnion.R'
'edgelist.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'
'optmatchS3.R'
'pairmatch.R'
'print.optmatch.R'
'print.optmatch.dlist.R'
'scores.R'
'solve_reg_fm_prob.R'
'solver.R'
'strata.R'
'stratumStructure.R'
'summary.ism.R'
'summary.optmatch.R'
'utilities.R'
'zzz.R'
'zzzDistanceSpecification.R'
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
Remotes: josherrickson/rrelaxiv