- Changed the link function to binomial for RD and RR in binary analysis
- Updated vignette to recommend against bootstrap in unanchored analysis with citation
- Fix events percentage to properly incorporate weights in the report table for binary analysis
- Replace quantile function to use matrixStats package instead of desctools package
- Added testing PH assumptions vignette
- Fixed the issues with merging weights using match function
What's Changed
- replace desctools::Quantile with matrixStats::weightedMedian by @gravesti in #181
- add citation showing poor performance of unanchored bootstrap by @MikeJSeo in #183
- change binomial link by @MikeJSeo in #186
- fix the issue with median by @MikeJSeo in #191
- edit match function when assigning weights by @MikeJSeo in #193
- check tests by @gravesti in #194
- Prepare Release by @gravesti in #197
Full Changelog: v0.1.1...v0.1.2