Package: natstrat
Type: Package
Title: Obtain Unweighted Natural Strata that Balance Many Covariates
Version: 1.0.0
Authors@R: c(
    person("Katherine", "Brumberg", email = "kbrum@wharton.upenn.edu", 
        role=c("aut", "cre")))
Description: Natural strata fix a constant ratio of controls to treated units within 
    each stratum. This ratio need not be an integer. The control units are 
    chosen using randomized rounding of a linear program that balances many 
    covariates.
    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/natstrat,
        https://kkbrum.github.io/natstrat/,
        https://www.gurobi.com/documentation/9.1/refman/ins_the_r_package.html
BugReports: https://github.com/kkbrum/natstrat/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: Rglpk, stats, plyr, pps, sampling, ggplot2, rlang
Depends: R (>= 2.10), caret
Suggests: knitr, rmarkdown, markdown, testthat (>= 3.0.0), DT, stringr,
        covr, gurobi
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-05-24 20:07:52 UTC; kathe
Author: Katherine Brumberg [aut, cre]
Maintainer: Katherine Brumberg <kbrum@wharton.upenn.edu>
Repository: CRAN
Date/Publication: 2021-05-26 08:10:02 UTC
