Skip to content

v0.8.10

Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 13 Oct 00:01
· 842 commits to main since this release
4a74905

New features

  • New module tm_t_smq was added for the analysis of adverse events by Standardized MedDRA 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 and tm_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 and tm_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 selected paramcd 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 with col_by_grade option. In addition, module now supports pruning and sorting options similar to tm_t_events.
  • Used format_count_fraction to fix formatting inconsistency in tm_t_events_summary.
  • Updated count_occurrences vars argument in tm_t_shift_by_grade.
  • Updated tm_t_pp_laboratory to display 4 decimals by default.

Miscellaneous

  • Updated LICENCE and README with new package references.
  • Added error_on_lint: TRUE to .lintr.
  • Removed insert_rrow and updated usage of count_patients_by_flags in tm_t_events_summary.
  • Changed how the package calls functions from the dplyr package. The functions should be now fully specified (e.g. dplyr::filter).