- Fixed bug in
ard_stats_mantelhaen_test()where arguments were passed tostats::mantelhaen.test()positionally rather than by name, causing a test failure and incorrect results under R-devel. (#343)
What's Changed
- Fix ard_stats_mantelhaen_test() failure on R-devel by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/343
- Reduce mantelhaen.test() choice-argument defaults to scalars for R-devel by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/349
Full Changelog: insightsengineering/cardx@v0.3.3...v0.3.4