psrwe 3.1 and 3.2
Main changes
- Added IPW and ATT weighting for Bayesian methods.
- Added bootstrap and jackknife methods for estimating stderr.
- Added PS-integrated survival methods (KM, log-rank, and RMST).
- Added PS-integrated matching.
- Added examples in demo.
- Fixed summary and print S3 methods.
- Fixed linking with rstan and stan including code and header.
- Reworked documents and vignettes.
psrwe 1.3.9999
Bug fixes
- Fixed
metric_ovl (called in get_distance()
using option metric = "ovl") to ensure integration is over
the proper support.
Minor changes
- Added a
NEWS.md file to track changes to the
package.
- Minor updates to
get_distance.R (renamed from
psrwe_balance.R).
- Added a README file.
- Switched to
Authors@R in DESCRIPTION file.
- Updated DESCRIPTION to point to repo.
- Delete junk files from GitHub repo.
- No longer export
tkExpRst, tkMakeLocal,
and tkCallFun, nor create .Rd documentation files
- Fixed a minor bug in DESCRIPTION Suggests
- Minor code formatting updates
- Minor documentation updates
- Fixed a minor bug that occured if a tibble was passed to
rwe_ps() instead of a data frame.