Skip to content

v0.2.4

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 12 Apr 02:54

New Features and Updates

  • Added function ard_stats_mantelhaen_test() to calculate ARDs for Cochran-Mantel-Haenszel test results using stats::mantelhaen.test(). (#238)
  • Added a ard_regression.data.frame() S3 method. Also converted ard_regression_basic() to an S3 generic and added a ard_regression_basic.data.frame() method (#287)
  • Specifying ard_survfit_survfit.data.frame(variables=NULL) now creates an unstratified survfit() model, where previously variables argument could not be empty. (#277)
  • The ard_survfit_survfit.data.frame(variables) now accepts tidyselect input. (#278)
  • Added conf.level and conf.type to ard_survival_survfit() results. (#218)
  • Added cards::as_cards_fun() to ard_emmeans_mean_difference() so when an error occurs the user gets an ARD with the expected ARD structure. (#132)

What's Changed

Full Changelog: insightsengineering/cardx@v0.2.3...v0.2.4