-
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
c9ad707
commit 5b95ad3
Showing
18 changed files
with
2,345 additions
and
1,934 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,17 +1,16 @@ | ||
Package: designmatch | ||
Type: Package | ||
Title: Matched Samples that are Balanced and Representative by Design | ||
Version: 0.4.1 | ||
Date: 2022-08-25 | ||
Version: 0.5.1 | ||
Date: 2023-06-21 | ||
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, Rglpk | ||
Enhances: gurobi, Rcplex, Rmosek, Rsymphony | ||
SystemRequirements: GLPK library package (e.g., libglpk-dev on | ||
Debian/Ubuntu) | ||
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 'GLPK' 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. | ||
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: 2022-08-25 19:15:48 UTC; eric | ||
Packaged: 2023-06-26 19:11:34 UTC; eric | ||
Repository: CRAN | ||
Date/Publication: 2022-08-25 22:22:40 UTC | ||
Date/Publication: 2023-06-26 22:10:02 UTC | ||
RoxygenNote: 7.2.3 |
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,43 +1,43 @@ | ||
1913c0b2bfe68cd7e30b4473718ee292 *DESCRIPTION | ||
a84e461889448bab6f00dc036a173876 *NAMESPACE | ||
33685adfb5060742d93ab1f1bfa579c2 *DESCRIPTION | ||
45cba158a6e3de9c2156a518f2f24628 *NAMESPACE | ||
4035589e4087aa8c0dfc97e90db340f8 *R/absstddif.r | ||
7d1a85944bcd2594e3ab13ffdd80bd1e *R/addcalip.r | ||
06d2cede573309b27980bbb8869ad01e *R/bmatch.r | ||
53910a26ffdd46067f0ff93d9694b58d *R/cardmatch.r | ||
1ccbbc3d8e654fcd4366a8c93350178b *R/constraintmatrix.r | ||
9017e1fba5bece7acf56712cef12c2d8 *R/bmatch.r | ||
9dc5166095b7987dbf4e742345004242 *R/cardmatch.r | ||
9e77b9b929f571ca8ac335edda5e67f1 *R/constraintmatrix.r | ||
ddd36bec26100d3064a1bf106c36740c *R/distmat.r | ||
692b745a194a270376faf4842b958a02 *R/distmatch.r | ||
f562ca6fc19a2951c9fcaaa01cae81dd *R/ecdfplot.r | ||
d41d8cd98f00b204e9800998ecf8427e *R/errorhandling.r | ||
a7c14294e78b350eca6b9b036f9f0817 *R/finetab.r | ||
c98b06b08fd9add6edc0464b9d8d3443 *R/loveplot.r | ||
d3df5386a7329cd2c93dedac69a83db4 *R/meantab.r | ||
4a4e30c24c6373c9118b32245b3f29fc *R/nmatch.r | ||
a63de79ad34c200384f40be979e2bfb1 *R/oneprob_profmatch.r | ||
09803a6063703ebc862e15f714aeda64 *R/nmatch.r | ||
c445bfdc992990fc1986f8d2bf524573 *R/oneprob_profmatch.r | ||
98f291ae461a0b1c18ea5d8858b3eb22 *R/pairsplot.r | ||
36d380e4bd2fb8bbd551af173cc12056 *R/problemparameters.r | ||
6c4827264e52d44760c865663f2e6c2d *R/problemparameters_cardmatch.r | ||
100040b1be9171a41dbf7c7329ab22a2 *R/problemparameters_profmatch.R | ||
90e08362114fb82097302f29ef213616 *R/problemparameters_cardmatch.r | ||
60d3a3e224db7c5adf9e7789fa981e5e *R/problemparameters_profmatch.R | ||
4ef6dd019eb18dbc4f060d44a730d440 *R/profmatch.r | ||
faaeb63e221a183bf338d8005151bb03 *R/relaxation_b.r | ||
1ee8331d65f0dab43a41bd5a4740fcdf *R/relaxation_n.r | ||
ea52925286223eec1f44292880f1ca6c *R/relaxation_b.r | ||
85f4ef21f5d27230f788812ed84162e9 *R/relaxation_n.r | ||
8a6974d5a5f551af3ca1e1be7d555be6 *R/smahal.r | ||
0187616874e4a366b4ba006ded775e2d *data/germancities.rda | ||
7c8f4dadefa6fd57a06a23067605dda0 *data/lalonde.rda | ||
fca1c5c2ab15ec2207f7f77919cca494 *inst/gurobi_installation.txt | ||
8b5ab702a3ca62c67934d34220c09ab6 *inst/symphony_installation.txt | ||
a8685672a86c1c9e7c630b430a193f5f *man/absstddif.Rd | ||
d6b93eea5adcb9f75f4b1ffdc0733073 *man/bmatch.Rd | ||
8a815d1326851ed95222c480ebb02ebd *man/cardmatch.Rd | ||
f57efa7f8b3a56947c842360a6be4c4b *man/designmatch-package.Rd | ||
24064d46ad3c8d8c0ba66b1d077ce560 *man/bmatch.Rd | ||
332017726f0e529aa0af7ec67bd736dd *man/cardmatch.Rd | ||
e61d158873b0ed5f8370adc0a8a7c7fa *man/designmatch-package.Rd | ||
9d510e34095ba20a26ae6ed0e3b7807a *man/distmat.Rd | ||
14e2735656fdb26f4990db6dc593066e *man/distmatch.Rd | ||
af456f0b2fbc3bb7d9c7feeefd3087fe *man/distmatch.Rd | ||
1d59c6df9d58dd6a7d6d7e94a0a535b8 *man/ecdfplot.Rd | ||
e7f0f69f8b70ba4d92f21b1d93d60bec *man/finetab.Rd | ||
1498da5b6612d10d4077748d27e1dd75 *man/germancities.Rd | ||
e98a127c9df8177312c4cbb48b34dfab *man/lalonde.Rd | ||
e6792c32417b2ef50459d550ed90b83f *man/loveplot.Rd | ||
1616542174f147bf821c0ca73161fb10 *man/meantab.Rd | ||
52194ac8da397357463a7f0fd66a4d8b *man/nmatch.Rd | ||
0dc408d2fd1a672d9f05fe8342c42d47 *man/nmatch.Rd | ||
54aa121631d4cc210c88409123f0cbec *man/pairsplot.Rd | ||
e29657b717ad90002275a1a20f7d5049 *man/profmatch.Rd | ||
7048e0d3e5062792f73e8ad0a4923aed *man/profmatch.Rd |
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.