v0.8.10
insights-engineering-bot
released this
13 Oct 00:01
·
842 commits
to main
since this release
New features
- New module
tm_t_smq
was added for the analysis of adverse events by StandardizedMedDRA
Query. - New module
tm_t_shift_by_grade
was added for the analysis of grade laboratory abnormalities. - New module
tm_t_exposure
was added for the analysis of duration of exposure for risk management plan. - New module
tm_t_shift_by_arm
that can display shift table of ECG interval data.
Bug fixes
- Corrected
tm_a_mmrm
to be able to consider the treatment variable in additional interactions. - Fixed
tm_t_binary_outcome
andtm_t_rsp
so that correct CI estimation method is chosen for Proportions Difference in Stratified Analysis (i.e. Wald-type confidence interval with CMH weights).
Enhancements
- Added validation checks to
tm_t_rsp
andtm_t_binary_outcome
for stratification errors when filters are applied. - Added
tm_g_km
validation check for plot tables font size. - Enhanced
tm_g_km
to add the selectedparamcd
in the plot title. tm_t_events
now can display layouts with two nested column as treatment variables. The same pruning and sorting options can be applied.- Previously package helper functions were never exported. These functions have now been exported so they can be utilized.
tm_t_events_by_grade
now can display grading groups in nested columns withcol_by_grade
option. In addition, module now supports pruning and sorting options similar totm_t_events
.- Used
format_count_fraction
to fix formatting inconsistency intm_t_events_summary
. - Updated
count_occurrences
vars
argument intm_t_shift_by_grade
. - Updated
tm_t_pp_laboratory
to display 4 decimals by default.
Miscellaneous
- Updated
LICENCE
andREADME
with new package references. - Added
error_on_lint: TRUE
to.lintr
. - Removed
insert_rrow
and updated usage ofcount_patients_by_flags
intm_t_events_summary
. - Changed how the package calls functions from the
dplyr
package. The functions should be now fully specified (e.g.dplyr::filter
).