-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.09 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
Package: optrefine
Title: Optimally Refine Strata
Version: 1.0.1
Authors@R:
person("Katherine", "Brumberg", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5193-6250"))
Description: Splits initial strata into refined strata that optimize covariate balance. For more information, please email the author for a copy of the accompanying manuscript. To solve the linear program, the 'Gurobi' commercial optimization software is recommended, but not required. The 'gurobi' R package can be installed following the instructions at <https://www.gurobi.com/documentation/9.1/refman/ins_the_r_package.html>.
URL: https://github.com/kkbrum/optrefine, https://kkbrum.github.io/optrefine/, https://www.gurobi.com/documentation/9.1/refman/ins_the_r_package.html
BugReports: https://github.com/kkbrum/optrefine/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10),
MASS,
Rglpk,
sampling,
ggplot2
Suggests:
covr,
gurobi,
testthat (>= 3.0.0)
Config/testthat/edition: 3