·
19 commits
to main
since this release
Enhancements
- Added
alternativeargument totest_proportion_diff()to allow one-sided hypothesis testing. - Added
cmh_satomethod toestimate_proportion_diff()for Cochran-Mantel-Haenszel proportion difference confidence interval using the Sato variance estimator. - Added
cmh_mnmethod toestimate_proportion_diff()for Cochran-Mantel-Haenszel proportion difference confidence interval using the Miettinen and Nurminen method. - Added
cmh_wh(CMH with Wilson-Hilferty transformation) method totest_proportion_diff()for stratified proportion difference testing. analyze_varsnow acceptsformat,formats_varandna_strs_varand passes them directly down toanalyze- When
.formatsis"default"(the string), all stats will be assigned the"default"format label rather than the default formats baked intotern. This is intended for use in conjunction with theformatorformats_vararguments toanalyze(and nowanalyze_vars).
Bug Fixes
- Fixed bug in
tabulate_rsp_subgroups()andtabulate_survival_subgroups()preventing risk difference column format specified viacontrol_riskdiff()from being applied. - Fixed bug in
a_summary()causing an error when all values of a factor input variable wereNA. - Fixed
NAbehavior ins_summary.factorands_summary.characterwhenna.rm = FALSEto ensure thatNAvalues are always represented in output tables. - Unified explicit
NAbehavior for missing values inexplicit_na().
What's Changed
- Update .revdeprefs.yaml by @shajoezhu in #1430
- Fix bug preventing
control_riskdiff(format)from being recognized by @edelarua in #1434 - update "matches" code in g_lineplot to retain level order. by @ayogasekaram in #1437
- Fix
a_summary()all-NAfactor bug by @iaugusty in #1432 - Fix NAs behavior by @Melkiades in #1441
- Add lme4 as a suggested dependency by @shajoezhu in #1443
- 1444: Added
alternativeargument totest_proportion_diff()by @danielinteractive in #1446 - Issue1445 internal branch by @gmbecker in #1452
- 1444/1445: Two more CMH prop diff (test) methods by @danielinteractive in #1454
- hook up support for "default" format and formats_var by @gmbecker in #1456
- Bump version to 0.9.10 and clean up DESCRIPTION [skip vbump] by @shajoezhu in #1458
Full Changelog: v0.9.9...v0.9.10