|
| 1 | +citHeader("To cite optrefine in publications use:") |
| 2 | + |
| 3 | +citEntry(entry = "Manual", |
| 4 | + title = "optrefine: Optimally Refine Strata", |
| 5 | + author = personList( |
| 6 | + person("Katherine", "Brumberg", |
| 7 | + email = "kbrum@umich.edu", |
| 8 | + role = c("aut", "cre"), |
| 9 | + comment = c(ORCID = "0000-0002-5193-6250")) |
| 10 | + ), |
| 11 | + year = "2024", |
| 12 | + note = paste("R package version", packageVersion("optrefine")), |
| 13 | + url = "https://github.com/kkbrum/optrefine", |
| 14 | + textVersion = paste("Brumberg K (2024).", |
| 15 | + "optrefine: Optimally Refine Strata.", |
| 16 | + "R package version", packageVersion("optrefine"), |
| 17 | + "https://github.com/kkbrum/optrefine")) |
| 18 | + |
| 19 | +citHeader("To cite the accompanying paper, please use:") |
| 20 | + |
| 21 | +citEntry(entry = "Article", |
| 22 | + title = "Optimal refinement of strata to balance covariates", |
| 23 | + author = personList( |
| 24 | + person("Katherine", "Brumberg", role = "aut", |
| 25 | + comment = c(ORCID = "0000-0002-5193-6250")), |
| 26 | + person("Dylan S", "Small", role = "aut"), |
| 27 | + person("Paul R", "Rosenbaum", role = "aut") |
| 28 | + ), |
| 29 | + journal = "Biometrics", |
| 30 | + year = "2024", |
| 31 | + volume = "80", |
| 32 | + number = "3", |
| 33 | + pages = "ujae061", |
| 34 | + doi = "10.1093/biomtc/ujae061", |
| 35 | + url = "https://academic.oup.com/biometrics/article/80/3/ujae061/7712595", |
| 36 | + textVersion = paste("Brumberg K, Small DS, Rosenbaum PR (2024).", |
| 37 | + "Optimal refinement of strata to balance covariates.", |
| 38 | + "Biometrics, 80(3), ujae061.", |
| 39 | + "doi:10.1093/biomtc/ujae061")) |
| 40 | + |
0 commit comments