Releases: insightsengineering/teal.modules.clinical
Releases · insightsengineering/teal.modules.clinical
v0.8.7
- 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 totemplate_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
andtm_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
fromtm_t_events_patyear
and added new argumentevents_var
. arm_ref_comp_observer
to includeparentname
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
andtm_t_events_by_grade
.
v0.8.6
- 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
andtern
packages. - Enhanced modules. They now take advantage of
data_extract_spec
anddata_merge_module
functionality fromteal
. - Reduced clutter from repeated datasets in the encodings panels.
- Updated all modules to use
OptionalSelectInput
forconf_level
. - Added vignette about
substitute
which can be helpful when developing analysis template functions for teal modules.
v0.8.5
- 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 toarm_ref_comp_observer
and modules now support nested lists containingdelayed_data
objects.- Replace
plot_with_height
module with newplot_with_settings
module. - Update examples to use
code
argument insidecdisc_dataset
.
v0.8.2
- add confidence level for
survfit
,coxph
,ztest
; add confidence type, ties, percentiles totm_t_tte
- optionally use only single term in
tm_t_events
andtm_t_events_by_grade
modules - new
tm_t_logistic
module - new
tm_t_mmrm
module - new modules
tm_t_summary_by
andtm_t_events_summary
- add stratified analysis to
tm_g_forest_tte
andtm_g_forest_rsp
- add confidence level and plotting symbol size options to
tm_g_forest_rsp
andtm_g_forest_tte