insights-engineering-bot
released this
27 Nov 17:30
·
1 commit
to main
since this release
- Added a
data.frame
method toard_survival_survfit()
. - Added a warning for incorrect formula type to
ard_survival_survfit()
. (#223) - Implemented
summary(extend=TRUE)
inard_survival_survfit()
to return results for time points out of bounds. (#224) - Methods in the {survey} and {survival} packages do not retain inputs variables types in their outputs. We now are able retain these variable types in ARDs returned by
ard_continuous.survey.design()
,ard_categorical.survey.design()
,ard_continuous_ci.survey.design()
,ard_categorical_ci.survey.design()
, andard_survival_survfit.data.frame()
(and notably, not inard_survival_survfit.survfit()
).
What's Changed
- Update DESCRIPTION by @ddsjoberg in #209
- Workflow propagations by @walkowif in #206
- align lme4 version with current rspm version by @shajoezhu in #211
- adding example specifying conf level in
ard_survival_survfit()
by @ddsjoberg in #217 - update tests by @ayogasekaram in #220
- 213 update standalone@main by @ayogasekaram in #225
- Enhance formula processing in
ard_survival_survfit()
by @edelarua in #226 - Update check.yaml by @shajoezhu in #230
- add ard_categorical_ci.data.frame tests. by @ayogasekaram in #228
- Update scheduled.yaml by @pawelru in #232
- Added function to restore types in ARDs by @ddsjoberg in #231
New Contributors
- @shajoezhu made their first contribution in #211
- @pawelru made their first contribution in #232
Full Changelog: v0.2.1...v0.2.2