Package: rsmatch Title: Matching Methods for Time-Varying Observational Studies Version: 0.2.1 Authors@R: c( person("Sean", "Kent", , "skent259@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8697-9069")), person("Mitchell", "Paukner", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-3839-5311")) ) Description: Implements popular methods for matching in time-varying observational studies. Matching is difficult in this scenario because participants can be treated at different times which may have an influence on the outcomes. The core methods include: "Balanced Risk Set Matching" from Li, Propert, and Rosenbaum (2011) and "Propensity Score Matching with Time-Dependent Covariates" from Lu (2005) . Some functions use the 'Gurobi' optimization back-end to improve the optimization problem speed; the 'gurobi' R package and associated software can be downloaded from after obtaining a license. License: MIT + file LICENSE URL: https://skent259.github.io/rsmatch/, https://github.com/skent259/rsmatch BugReports: https://github.com/skent259/rsmatch/issues Depends: R (>= 2.10) Imports: dplyr, MASS, Matrix, stats Suggests: gurobi, knitr, nbpMatching, Rglpk, rlang, rmarkdown, survival, testthat VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://skent259.r-universe.dev Date/Publication: 2024-02-20 20:23:11 UTC RemoteUrl: https://github.com/skent259/rsmatch RemoteRef: HEAD RemoteSha: 6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e NeedsCompilation: no Packaged: 2026-06-14 10:15:28 UTC; root Author: Sean Kent [aut, cre, cph] (ORCID: ), Mitchell Paukner [aut, cph] (ORCID: ) Maintainer: Sean Kent