Changelog
Source:NEWS.md
TriMatch 0.9.9
CRAN release: 2017-12-05
- Fixed issue where as.data.frame.list would cause a conflict with the base function of the same name. A new function, data.frame.to.list, wraps the non-exported version of as.data.frame.list.
TriMatch 0.9.8
- Added tmatch parameter to the multibalance.plot function that will limit the balance estimates to only the units that have been matched.
- Added method parameter to trips function and implemented random forests as an alternative method for calculating propensity scores.
TriMatch 0.9.6
CRAN release: 2015-12-15
- Fixed bug with the triangle plot. Exported utility functions to be visible.
TriMatch 0.9.3
- Added new one-to-one-to-one demo to show how to post process the resutls of trimatch.
TriMatch 0.9.2
- Fix a bug in OneToN function that would return duplicate treatment 2 units when M1=1 and M2=1.
TriMatch 0.9
CRAN release: 2013-07-05
- Initial version of the TriMtach package release on July 5, 2013.
- Project is hosted on Github. More information at http://jbryer.github.com/TriMatch.
- See the package vignette for an introduction as well as the demos.