A pilot matching design to automatically stratify and match large datasets. The manual_stratify() function allows users to manually stratify a dataset based on categorical variables of interest, while the auto_stratify() function does automatically by allocating a held-aside (pilot) data set, fitting a prognostic score (see Hansen (2008) <doi:10.1093/biomet/asn004>) on the pilot set, and stratifying the data set based on prognostic score quantiles. The strata_match() function then does optimal matching of the data set in parallel within strata.
Version: | 0.1.5 |
Depends: | R (≥ 3.4.0) |
Imports: | dplyr (≥ 0.8.3), Hmisc (≥ 4.2-0), magrittr (≥ 1.5), rlang (≥ 0.4.0), survival (≥ 2.44.1.1) |
Suggests: | knitr, optmatch (≥ 0.9-11), rmarkdown, testthat (≥ 2.1.0) |
Published: | 2020-04-09 |
Author: | Rachael C. Aikens [aut, cre], Joseph Rigdon [aut], Justin Lee [aut], Michael Baiocchi [aut], Jonathan Chen [aut] |
Maintainer: | Rachael C. Aikens <rockyaikens at gmail.com> |
BugReports: | https://github.com/raikens1/stratamatch/issues |
License: | GPL-3 |
URL: | https://github.com/raikens1/stratamatch |
NeedsCompilation: | no |
Citation: | stratamatch citation info |
Materials: | README |
CRAN checks: | stratamatch results |
Reference manual: | stratamatch.pdf |
Vignettes: |
Introduction to stratamatch |
Package source: | stratamatch_0.1.5.tar.gz |
Windows binaries: | r-devel: stratamatch_0.1.5.zip, r-release: stratamatch_0.1.5.zip, r-oldrel: stratamatch_0.1.5.zip |
macOS binaries: | r-release: stratamatch_0.1.5.tgz, r-oldrel: stratamatch_0.1.5.tgz |
Old sources: | stratamatch archive |
Please use the canonical form https://CRAN.R-project.org/package=stratamatch to link to this page.