forked from jgellar/GroupMatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.35 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
Package: GroupMatch
Type: Package
Title: GroupMatch: Optimal Matching under Rolling Enrollment
Version: 0.1.0
Author: Jonathan Gellar, Ben B. Hansen, Mark Fredrickson, Amanda Glazer, Lauren Forrow, Sam Pimentel
Maintainer: Jonathan Gellar <[email protected]>
Description: This package extends optimal matching functionality to cases where enrollment in the treatment
is rolling. As such, this package only slightly modifies the {optmatch} package and acknowledges
a heavy debt to its authors: Ben B. Hansen, Mark Fredrickson, Josh Buckner, Josh Errickson, Adam Rauh,
and Peter Solenberger. Like {optmatch}, GroupMatch uses the RELAX-IV minimum cost flow solver due
to Dimitri P. Bertsekas and Paul Tseng to solve a representation of the matching problem as a network flow.
It is possible to combine this representation of the matching problem with standard constraints, such
as calipers or exact-matching, to improve balance or create a stratified matching problem.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Collate:
'Optmatch.R'
'feasible.R'
'gSubDivStrat.R'
'gmatch.R'
'groupmatch.R'
'inference.R'
'mdist.R'
'rollingMatch.R'
'utilities.R'
'zzz.R'
'zzzDistanceSpecification.R'
Depends:
Imports: rcbalance
RoxygenNote: 7.1.1