Recent Releases of maicplus

maicplus - v0.1.2

  • 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 https://github.com/hta-pharma/maicplus/pull/181
  • add citation showing poor performance of unanchored bootstrap by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/183
  • change binomial link by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/186
  • fix the issue with median by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/191
  • edit match function when assigning weights by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/193
  • check tests by @gravesti in https://github.com/hta-pharma/maicplus/pull/194
  • Prepare Release by @gravesti in https://github.com/hta-pharma/maicplus/pull/197

Full Changelog: https://github.com/hta-pharma/maicplus/compare/v0.1.1...v0.1.2

- R
Published by github-actions[bot] over 1 year ago

maicplus - v0.1.2

  • 0.1.2

What's Changed

  • replace desctools::Quantile with matrixStats::weightedMedian by @gravesti in https://github.com/hta-pharma/maicplus/pull/181
  • add citation showing poor performance of unanchored bootstrap by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/183
  • change binomial link by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/186
  • fix the issue with median by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/191
  • edit match function when assigning weights by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/193
  • check tests by @gravesti in https://github.com/hta-pharma/maicplus/pull/194

Full Changelog: https://github.com/hta-pharma/maicplus/compare/v0.1.1...v0.1.2

- R
Published by github-actions[bot] over 1 year ago

maicplus - v0.1.1

  • Fix swapped labels/estimates in binary anchored results (thanks @Ebonleo #171)

What's Changed

  • Require R 4.1 by @gravesti in https://github.com/hta-pharma/maicplus/pull/173
  • add rhub actions by @gravesti in https://github.com/hta-pharma/maicplus/pull/174

Full Changelog: https://github.com/hta-pharma/maicplus/compare/v0.1.0...v0.1.1

- R
Published by github-actions[bot] over 1 year ago

maicplus - v0.1.0

  • first CRAN release

What's Changed

  • add template files by @gravesti in https://github.com/hta-pharma/maicplus/pull/2
  • Mike branch by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/4
  • Greg branch by @hoppanda in https://github.com/hta-pharma/maicplus/pull/5
  • Fix checks by @gravesti in https://github.com/hta-pharma/maicplus/pull/8
  • New check by @gravesti in https://github.com/hta-pharma/maicplus/pull/9
  • Update preprocess function and check weights by @hoppanda in https://github.com/hta-pharma/maicplus/pull/11
  • Changed names in reporttable and corrected coxdiagadj in the unadju… by @miranta-antoniou-roche in https://github.com/hta-pharma/maicplus/pull/13
  • add generic print for check_weights by @gravesti in https://github.com/hta-pharma/maicplus/pull/17
  • some minor changes + R package dependency by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/33
  • add simple footnote text function by @gravesti in https://github.com/hta-pharma/maicplus/pull/37
  • rev by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/36
  • 34 forest plot design by @miranta-antoniou-roche in https://github.com/hta-pharma/maicplus/pull/39
  • update roxygen header of 3 r files with examples by @hoppanda in https://github.com/hta-pharma/maicplus/pull/38
  • 23 add vignette for using package by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/46
  • overview of ispor branch by @gravesti in https://github.com/hta-pharma/maicplus/pull/65
  • add bootstrap design into estimate weight by @hoppanda in https://github.com/hta-pharma/maicplus/pull/71
  • km plot ggplot by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/73
  • 83 update bucher function by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/84
  • 72 add bootstrap into maic wrapper function for tte by @hoppanda in https://github.com/hta-pharma/maicplus/pull/88
  • 98 bug fix estimate weights ch3 about a column is numeric or not do not work for tibble input by @hoppanda in https://github.com/hta-pharma/maicplus/pull/99
  • 80 add binary to wrapper function for unanchored case by @hoppanda in https://github.com/hta-pharma/maicplus/pull/93
  • recover original par on exit for plot_km by @hoppanda in https://github.com/hta-pharma/maicplus/pull/104
  • Control optim printing by @gravesti in https://github.com/hta-pharma/maicplus/pull/106
  • Improve tests for Bucher by @ckalyvas in https://github.com/hta-pharma/maicplus/pull/55
  • Change bootstrap code by @gravesti in https://github.com/hta-pharma/maicplus/pull/103
  • add example data by @hoppanda in https://github.com/hta-pharma/maicplus/pull/105
  • rev by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/118
  • 120 ordering of ggplot kmplot2 seems wrong by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/121
  • 79 add binary endpoints to wrapper anchored function by @hoppanda in https://github.com/hta-pharma/maicplus/pull/112
  • delete old pkg versions by @gravesti in https://github.com/hta-pharma/maicplus/pull/123
  • add anchored TTE example by @gravesti in https://github.com/hta-pharma/maicplus/pull/124
  • Fix kmplot par error and more by @gravesti in https://github.com/hta-pharma/maicplus/pull/127
  • 109 adapt all examples and tests to datasets by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/128
  • modify estimate_weight function by @hoppanda in https://github.com/hta-pharma/maicplus/pull/129
  • 137 add xlab option in basic kmplot2 by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/138
  • 101 reconsider rounding in outputs and reporting tables by @hoppanda in https://github.com/hta-pharma/maicplus/pull/139
  • adding_vignette by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/146
  • add bootstrap fix for anchored by @hoppanda in https://github.com/hta-pharma/maicplus/pull/149
  • 150 tweaks to pkgdown page by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/151
  • 152 normalize weights update by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/153
  • remove unused reporting function by @gravesti in https://github.com/hta-pharma/maicplus/pull/155
  • add badges and coverage by @gravesti in https://github.com/hta-pharma/maicplus/pull/159
  • doi link by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/163
  • Update README.md by @MikeJSeo in https://github.com/hta-pharma/maicplus/pull/165
  • Add more tests by @gravesti in https://github.com/hta-pharma/maicplus/pull/166
  • CRAN release v1.0 by @hoppanda in https://github.com/hta-pharma/maicplus/pull/167

New Contributors

  • @MikeJSeo made their first contribution in https://github.com/hta-pharma/maicplus/pull/4
  • @miranta-antoniou-roche made their first contribution in https://github.com/hta-pharma/maicplus/pull/13
  • @ckalyvas made their first contribution in https://github.com/hta-pharma/maicplus/pull/55

Full Changelog: https://github.com/hta-pharma/maicplus/commits/v0.1.0

- R
Published by github-actions[bot] over 1 year ago