Skip to content

v0.2.3

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 24 Feb 19:28
· 97 commits to main since this release

New Features and Updates

  • Added function ard_categorical_max() to calculate categorical occurrence rates by maximum level per unique ID. (#240)

Other Updates

  • Little n is now returned with the results of the proportion_ci_*() functions, which then flows into the results of ard_proportion_ci(). (#256)
  • Added as_cards_fun() to ard_categorical_ci() so when there is an error, the user gets an ARD with the expected ARD structure. (#262)
  • Update in ard_categorical.survey.design() for factor variables that are all missing. These variables can now be tabulated, where previously this resulted in an error.
  • Update in ard_missing.survey.design() where we can now tabulate the missing rate of design variables, such as the weights.

Bug Fixes

  • Fixed a bug in ard_survival_survfit() causing an error when "=" character is present in stratification variable level labels. (#252)
  • Bug fix in ard_categorical_ci(denominator='cell') when missing values were present in the by variable.

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3