You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a capability to remember the order of user input to some encoding UI elements. The inputs with tracking enabled are marked with a double arrow icon. The affected modules are: tm_t_summary, tm_t_summary_by, tm_g_forest_rsp, tm_g_forest_tte, tm_t_events_summary, tm_t_abnormality, tm_t_mult_events.
Added a new argument numeric_stats to tm_t_summary and tm_t_summary_by to control displayed summary statistics for numeric variables.
Added a new argument drop_zero_levels to tm_t_summary_by so that rows with all zeros can be dropped from result
table.
Split tm_g_patient_profile tabs into 8 separate new modules.
Added the option to select patient ID from the filter panel for all the modules of patient profile.
Added an additional validation for tm_g_patient_timeline when the plot is empty.
Enhanced tm_a_mmrm to work without the treatment variable.
Added the option to choose the number of decimal places for rounding in tm_t_pp_laboratory.
Added a check box to tm_g_pp_patient_timeline hiding/showing relative study days on the x-axis.
Added a title with patient's id to plots in patient profile modules.
Made the grey error message in tm_g_forest_tte more informative when the Endpoint column was deselected in the left-hand encoding panel.
Added the twenty-fifth and seventy-fifth quantile to summary statistics in tm_t_summary.
Added an interaction p-value column for tm_t_coxreg.
Added an additional validation for tm_t_ancova when selected covariate variables contain just one level.
Added an additional validation for tm_t_events_patyear when the events variable is empty.
Changed the description of the font size input in Additional plot settings (tm_g_km) to more precisely represent what it controls.
Enhanced tm_t_logistic so that interaction choices depend on the selected covariates.
Enhanced tm_t_rsp so that strata input is only visible when treatments are compared.
Fixed Get R Code output of tm_t_pp_laboratory to return identical HTML formatted table as displayed in the app.
Added an additional validation for tm_t_coxreg to ensure treatment, strata and covariate variables do not overlap.
Limited the label repel feature in tm_g_pp_patient_timeline to X-axis for a more consistent look.
Updated tm_t_summary_by so that paramcd is not required when analyzing ADSL variables.
Updated tm_t_coxreg so that it can work when there is no covariate selected.
Updated tm_a_mmrm so that it can work when treatment variable is not selected.
Updated tm_g_forest_tte so that total number of events are also shown in the table.
Updated tm_t_events_summary to work with pooled studies.
Updated tm_t_coxreg to validate the at level.
Updated tm_t_logistic to validate the at level.
Added an additional validation for tm_t_binary_outcome and tm_t_rsp to ensure strata variable
contains more than one level when just one strata variable is selected.
Updated the warning message when all statistics are deselected in tm_t_summary and tm_t_summary_by explaining at least one statistic has to be selected.