Skip to content

Releases: insightsengineering/teal.modules.clinical

v0.8.7

19 Aug 22:14
Compare
Choose a tag to compare
  • New module tm_g_patient_profile was added to profile patients based on predefined categories.
  • New module tm_g_ipp was added for individual patient plots.
  • The argument drop_arm_levels was added to all safety modules. This allows removal of columns based on factor levels not found in filtered data.
  • tm_g_km updated to allow plot of failure probability on y-axis, tick interval selection on x-axis and option to create plot without confidence interval ribbon (new default).
  • The argument time_unit_var was added to template_g_km to add the time unit to the x-axis label.
  • Removed redundant Analysis Data: label from Encodings Panel.
  • Removed limit requiring 15 or fewer columns for tabulation modules. New maximum threshold is 100 columns.
  • Lowered limit for minimum number of observations required by modules. Safety tables require at least one record. For efficacy outputs the requirement is per treatment group: tm_a_mmrm requires five records, tm_t_logistic and tm_t_coxreg require two records and the remaining modules require at least one record per treatment group. For graphs, the minimum threshold is two records.
  • Removed argument cnsr_val from tm_t_events_patyear and added new argument events_var.
  • arm_ref_comp_observer to include parentname argument.
  • Show R code to include datasets retrieved from data_extract_spec objects.
  • Refactored out the stringr dependency from the patient profile module.
  • Added missing table calls in chunks for tm_t_events and tm_t_events_by_grade.

v0.8.6

19 Aug 22:14
Compare
Choose a tag to compare
  • New module tm_g_ci was added for confidence interval plots.
  • New module tm_t_ancova was added for analysis of variance summary tables.
  • Refactored all modules using the redesigned rtables and tern packages.
  • Enhanced modules. They now take advantage of data_extract_spec and data_merge_module functionality from teal.
  • Reduced clutter from repeated datasets in the encodings panels.
  • Updated all modules to use OptionalSelectInput for conf_level.
  • Added vignette about substitute which can be helpful when developing analysis template functions for teal modules.

v0.8.5

19 Aug 22:14
Compare
Choose a tag to compare
  • All graph modules now accept a plot_width argument which specifies the plot width and renders a slider to adjust the width interactively in the module.
  • FilteredData object is now passed to arm_ref_comp_observer and modules now support nested lists containing delayed_data objects.
  • Replace plot_with_height module with new plot_with_settings module.
  • Update examples to use code argument inside cdisc_dataset.

v0.8.2

19 Aug 22:14
Compare
Choose a tag to compare
  • add confidence level for survfit, coxph, ztest; add confidence type, ties, percentiles to tm_t_tte
  • optionally use only single term in tm_t_events and tm_t_events_by_grade modules
  • new tm_t_logistic module
  • new tm_t_mmrm module
  • new modules tm_t_summary_by and tm_t_events_summary
  • add stratified analysis to tm_g_forest_tte and tm_g_forest_rsp
  • add confidence level and plotting symbol size options to tm_g_forest_rsp and tm_g_forest_tte