-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b95ad3
commit c3e3371
Showing
6 changed files
with
151 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
Package: designmatch | ||
Type: Package | ||
Title: Matched Samples that are Balanced and Representative by Design | ||
Version: 0.5.1 | ||
Date: 2023-06-21 | ||
Version: 0.5.3 | ||
Date: 2023-07-10 | ||
Author: Jose R. Zubizarreta <[email protected]>, Cinar Kilcioglu <[email protected]>, Juan P. Vielma <[email protected]>, Eric R. Cohn <[email protected]> | ||
Maintainer: Jose R. Zubizarreta <[email protected]> | ||
Depends: R (>= 3.2), lattice, MASS, slam, highs | ||
Enhances: gurobi, Rcplex, Rglpk, Rmosek, Rsymphony | ||
License: GPL-2 | GPL-3 | ||
Description: Includes functions for the construction of matched samples that are balanced and representative by design. Among others, these functions can be used for matching in observational studies with treated and control units, with cases and controls, in related settings with instrumental variables, and in discontinuity designs. Also, they can be used for the design of randomized experiments, for example, for matching before randomization. By default, 'designmatch' uses the 'highs' optimization solver, but its performance is greatly enhanced by the 'Gurobi' optimization solver and its associated R interface. For their installation, please follow the instructions at <https://www.gurobi.com/documentation/quickstart.html> and <https://www.gurobi.com/documentation/7.0/refman/r_api_overview.html>. We have also included directions in the gurobi_installation file in the inst folder. | ||
NeedsCompilation: no | ||
Packaged: 2023-06-26 19:11:34 UTC; eric | ||
Packaged: 2023-07-10 18:04:58 UTC; eric | ||
Repository: CRAN | ||
Date/Publication: 2023-06-26 22:10:02 UTC | ||
RoxygenNote: 7.2.3 | ||
Date/Publication: 2023-07-10 22:40:02 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.