v0.2.3
·
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
nis now returned with the results of theproportion_ci_*()functions, which then flows into the results ofard_proportion_ci(). (#256) - Added
as_cards_fun()toard_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 thebyvariable.
What's Changed
- update for fct variables that are all NA by @ddsjoberg in #248
- Replace logo.png by logo.svg by @llrs-roche in #249
- Fix in ard_missing() for design variables by @ddsjoberg in #250
- Adding
ard_categorical_ci(denominator)argument by @ddsjoberg in #251 - Revert to png logo by @llrs-roche in #254
- cleaning up by @ddsjoberg in #255
- Fix bug in
ard_survival_survfit()when "=" is in strata variable labels by @edelarua in #253 - Add
ard_categorical_max()by @edelarua in #244 - Fix failing integration test by @edelarua in #258
- Removed spelling from DESCRIPTION, similar to what was done in cards by @kimjj93 in #259
- Adding
nto theproportion_ci*()results by @ddsjoberg in #260 - Adding
as_cards_fun()toard_categorical_ci()by @ddsjoberg in #263 - better handling of NA values in
ard_categorical_ci()by @ddsjoberg in #266 - Increase cards min version req by @ddsjoberg in #268
- release prep by @ddsjoberg in #271
- Remove lookup-refs by @m7pr in #264
New Contributors
- @llrs-roche made their first contribution in #249
- @kimjj93 made their first contribution in #259
- @m7pr made their first contribution in #264
Full Changelog: v0.2.2...v0.2.3