teal.modules.clinical icon indicating copy to clipboard operation
teal.modules.clinical copied to clipboard

Provides teal modules for the standard clinical trials outputs

Results 126 teal.modules.clinical issues
Sort by recently updated
recently updated
newest added

### Feature description When using the Kaplan Meier plots [tm_g_km](https://insightsengineering.github.io/teal.modules.clinical/main/reference/tm_g_km.html). There is no link between the colors in the graph and the tables in the chart (see screenshot from the...

enhancement

# Pull Request Fixes #nnn WIP ### Changes description - Inject an object of `{tmc}` in server code instead of `pkgload::load_all` or `library` - Using `pkgload` exposes a bug with...

core

### What happened? In the latest version of tm_t_tte in the "main" repository, I've noticed that the stratified and unstratified Hazard Ratios (HR) are the same. This wasn't the case...

bug
priority

### Feature description We are interested in using the `tm_a_mmrm` in https://insightsengineering.github.io/teal.modules.clinical/latest-tag/ One of our users has the following requirement: - The input data for the model must be Log...

enhancement
sme
investigate

### What happened? ``` module "Report previewer" server function takes no data so "datanames" will be ignored Warning: `new_qenv()` was deprecated in teal.code 0.5.0. ℹ Please use `qenv()` instead. ℹ...

bug
core

### What is your question? I am using the tm_t_summary module to create the baseline demography table. Is there a way to add subgroups so that i can summarize the...

question

cmdecod cmdose cmdosfrq smdosu cmendy cmindc cmroute cmstdy cmtrt and see if we can put them in one class

sme

### Feature description It would be nice if the selected variables in the `summarize_vars` argument would be displayed in the order that they are programmed. For example in this code...

enhancement
sme

We recently encounter an issue with @pawelru (https://github.com/insightsengineering/teal.modules.clinical/pull/1087) that is easily solvable with the following transformation Here is the source code of the problem and its solution: ``` r library(shiny)...

sme
discussion
refactor