Package: optmatch Version: 0.10.8.9003 Title: Functions for Optimal Matching Description: Distance based bipartite matching using minimum cost flow, oriented to matching of treatment and control groups in observational studies ('Hansen' and 'Klopfer' 2006 ). Routines are provided to generate distances from generalised linear models (propensity score matching), formulas giving variables on which to limit matched distances, stratified or exact matching directives, or calipers, alone or in combination. Authors@R: c(person("Ben", "Hansen", role = "aut", email = "ben.hansen@umich.edu"), person("Mark", "Fredrickson", role = "aut", email = "mark.m.fredrickson@gmail.com"), person("Josh", "Errickson", role = c("cre","aut"), email = "jerrick@umich.edu"), person("Josh", "Buckner", role = "aut"), person("Adam", "Rauh", role = "ctb")) LazyData: true Depends: R (>= 3.5.0) LinkingTo: Rcpp Imports: Rcpp, dplyr, stats, tibble, methods, graphics, rlemon Suggests: RItools, boot, biglm, survey, testthat (>= 0.11.0), roxygen2, brglm, arm, knitr, rmarkdown, markdown, pander, xtable, rrelaxiv, magrittr, MASS Enhances: CBPS, haven License: MIT + file LICENSE License_is_FOSS: yes License_restricts_use: no URL: http://optmat.ch, https://github.com/markmfredrickson/optmatch BugReports: https://github.com/markmfredrickson/optmatch/issues Additional_repositories: https://errickson.net/rrelaxiv Collate: 'DenseMatrix.R' 'InfinitySparseMatrix.R' 'MCFSolutions.R' 'Ops.optmatch.dlist.R' 'Optmatch-package.R' 'RcppExports.R' 'abs.optmatch.dlist.R' 'boxplotMethods.R' 'caliper.R' 'complementarySlackness.R' 'data.R' 'deprecated.R' 'distUnion.R' 'edgelist.R' 'exactMatch.R' 'feasible.R' 'fill.NAs.R' 'fmatch.R' 'fullmatch.R' 'makedist.R' 'match_on.R' 'matched.R' 'matched.distances.R' 'matchfailed.R' 'max.controls.cap.R' 'mdist.R' 'min.controls.cap.R' 'optmatchS3.R' 'pairmatch.R' 'print.optmatch.R' 'print.optmatch.dlist.R' 'scores.R' 'solve_reg_fm_prob.R' 'solver.R' 'strata.R' 'stratumStructure.R' 'summary.ism.R' 'summary.optmatch.R' 'utilities.R' 'zzz.R' 'zzzDistanceSpecification.R' VignetteBuilder: knitr RoxygenNote: 7.3.2 Encoding: UTF-8 Remotes: josherrickson/rrelaxiv Repository: https://markmfredrickson.r-universe.dev Date/Publication: 2026-03-05 16:17:45 UTC RemoteUrl: https://github.com/markmfredrickson/optmatch RemoteRef: HEAD RemoteSha: 7c85d1e9a0cee48eb7ffc6c933ce060ab5abb418 NeedsCompilation: yes Packaged: 2026-07-03 06:41:00 UTC; root Author: Ben Hansen [aut], Mark Fredrickson [aut], Josh Errickson [cre, aut], Josh Buckner [aut], Adam Rauh [ctb] Maintainer: Josh Errickson