-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 1.15 KB
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
Package: optrefine
Title: Optimally Refine Strata
Version: 1.1.1
Authors@R:
person("Katherine", "Brumberg", , "kbrum@umich.edu", 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 see Brumberg, Small, and Rosenbaum (2024) <doi:10.1093/biomtc/ujae061>. 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://docs.gurobi.com/projects/optimizer/en/current/reference/r/setup.html> after claiming your free academic license at <https://www.gurobi.com/academia/academic-program-and-licenses/>.
URL: https://github.com/kkbrum/optrefine, https://kkbrum.github.io/optrefine/
BugReports: https://github.com/kkbrum/optrefine/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10),
MASS,
Rglpk,
sampling,
ggplot2
Suggests:
covr,
gurobi,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US