v0.2.4
New Features and Updates
- Added function
ard_stats_mantelhaen_test()to calculate ARDs for Cochran-Mantel-Haenszel test results usingstats::mantelhaen.test(). (#238) - Added a
ard_regression.data.frame()S3 method. Also convertedard_regression_basic()to an S3 generic and added aard_regression_basic.data.frame()method (#287) - Specifying
ard_survfit_survfit.data.frame(variables=NULL)now creates an unstratifiedsurvfit()model, where previouslyvariablesargument could not be empty. (#277) - The
ard_survfit_survfit.data.frame(variables)now accepts tidyselect input. (#278) - Added
conf.levelandconf.typetoard_survival_survfit()results. (#218) - Added
cards::as_cards_fun()toard_emmeans_mean_difference()so when an error occurs the user gets an ARD with the expected ARD structure. (#132)
What's Changed
- Add parameter checks to
ard_survival_survfit()by @edelarua in https://github.com/insightsengineering/cardx/pull/276 - pull changes from standalone script by @ayogasekaram in https://github.com/insightsengineering/cardx/pull/273
ard_survfit_survfit.data.frame()can now construct unstratified model by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/279- Adding
ard_regression.data.frame()method by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/288 - Add
conf.leveltoard_survival_survfit()results by @edelarua in https://github.com/insightsengineering/cardx/pull/282 - Capture errors from
ard_emmeans_mean_difference()usingas_cards_fn()by @edelarua in https://github.com/insightsengineering/cardx/pull/283 - Add
ard_stats_mantelhaen_test()by @edelarua in https://github.com/insightsengineering/cardx/pull/246 - Returning
ard_survival_survfit()conf.level as numeric (was previously character) by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/291
Full Changelog: insightsengineering/cardx@v0.2.3...v0.2.4