Releases: skent259/rsmatch
Releases · skent259/rsmatch
rsmatch 0.2.1
rsmatch 0.2.0
- Initial CRAN submission.
- BREAKING: rename
coxph_match()
tocoxpsmatch()
- Also changes to input arguments
- Add exact matching functionality
- BREAKING: major changes to
brsmatch()
, including- Changes to input arguments
- Add exact matching functionality
- Add
oasis
data for simple examples of matching - Add README.md file
- Other documentation and internal improvements
rsmatch 0.1.0
Initial package release
- There are two main functions for this package:
brsmatch()
which implements Balanced Risk Set Matching based on the work of Li et al. (2001)coxph_match()
which implements Propensity Score Matching with Time-Dependent Covariates based on the work of Lu (2005)